From 335d5ef62efd7f4a8aedac8c65219a5d987c827c Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Wed, 17 Dec 2025 21:55:53 +0100 Subject: [PATCH] fix: improve html diff style --- client/app/components/HydrationIssue.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/app/components/HydrationIssue.vue b/client/app/components/HydrationIssue.vue index ebd340f..f97a3bd 100644 --- a/client/app/components/HydrationIssue.vue +++ b/client/app/components/HydrationIssue.vue @@ -76,6 +76,8 @@ function removeSelf() {
@@ -138,7 +140,7 @@ function removeSelf() {
@@ -154,4 +156,8 @@ function removeSelf() { background-color: rgba(220, 38, 38, 0.15); // red-600 at 15% opacity } } + +:deep(.shiki) { + width: fit-content; +}