Skip to content

Commit

Permalink
fix: list style off screen
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 5, 2024
1 parent 85ec8c6 commit 0596b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/styles/components/message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
ul,
ol {
list-style: auto;
padding-left: 24px;
padding-left: 16px;
white-space: normal;
list-style-position: inside;
}

ul {
Expand Down

0 comments on commit 0596b6f

Please sign in to comment.