diff options
| author | ewof <elwolf6@protonmail.com> | 2023-08-30 19:01:22 +0000 |
|---|---|---|
| committer | Neo <50623835+neobooru@users.noreply.github.com> | 2023-11-05 12:27:03 +0100 |
| commit | 7c92ceaf6ae1ec3a6cebb094f179055708fe1d55 (patch) | |
| tree | 6bf8e5f949a3421c4c8195dc8f03595f0de02ce4 /client/css/comment-control.styl | |
| parent | 9e00f37464aa3fe77629185e858d440a84739aa5 (diff) | |
fix overflow on comments, prevents ugly unnecesary horizontal scroll
Diffstat (limited to 'client/css/comment-control.styl')
| -rw-r--r-- | client/css/comment-control.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/css/comment-control.styl b/client/css/comment-control.styl index 0d5959b..21bbf72 100644 --- a/client/css/comment-control.styl +++ b/client/css/comment-control.styl @@ -127,6 +127,10 @@ $comment-border-color = #DDD color: mix($main-color, $inactive-link-color-darktheme) .comment-content + p + word-wrap: normal + word-break: break-all + ul, ol list-style-position: inside margin: 1em 0 |