diff --git a/src/components/chat/Chat.astro b/src/components/chat/Chat.astro index 09bfca9..6cf98b1 100644 --- a/src/components/chat/Chat.astro +++ b/src/components/chat/Chat.astro @@ -91,7 +91,7 @@ } #history { - margin: 2em 0; + margin: 1em 0; list-style: none; word-wrap: break-word; overflow-y: auto;