From a944e1f5260c44309cf7c7d92b65b68ea8c05871 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 8 Jun 2025 21:29:05 +0400 Subject: [PATCH] fix: feedback score overflow styling --- src/lib/components/chat/Messages/RateComment.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/chat/Messages/RateComment.svelte b/src/lib/components/chat/Messages/RateComment.svelte index 8a688f3a7f..2ffd2d8a2b 100644 --- a/src/lib/components/chat/Messages/RateComment.svelte +++ b/src/lib/components/chat/Messages/RateComment.svelte @@ -137,8 +137,8 @@
-
-
+
+
{#each Array.from({ length: 10 }).map((_, i) => i + 1) as rating}