From 0596b6fe9f763864a7d42ab2869df2fca0e3b01b Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 5 Dec 2024 14:30:05 +0700 Subject: [PATCH] fix: list style off screen --- web/styles/components/message.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/components/message.scss b/web/styles/components/message.scss index d73a39f654..d96ab8b6a4 100644 --- a/web/styles/components/message.scss +++ b/web/styles/components/message.scss @@ -5,8 +5,9 @@ ul, ol { list-style: auto; - padding-left: 24px; + padding-left: 16px; white-space: normal; + list-style-position: inside; } ul {