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; +}