diff --git a/web/styles/components/message.scss b/web/styles/components/message.scss index 0bd1e1a71..a9bec5d48 100644 --- a/web/styles/components/message.scss +++ b/web/styles/components/message.scss @@ -6,6 +6,14 @@ ol { list-style: auto; padding-left: 24px; + white-space: normal; + } + + a { + @apply text-blue-600 dark:text-blue-300; + &:hover { + @apply underline; + } } }