Browse Source

fix: extra-long title overflow

rook1e 3 years ago
parent
commit
acc9186a59
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ui/static/css/common.css

+ 1 - 0
ui/static/css/common.css

@@ -820,6 +820,7 @@ article.category-has-unread {
     font-size: 2.0em;
     line-height: 1.25em;
     margin: 5px 0 30px 0;
+    overflow-wrap: break-word;
 }
 
 .entry header h1 a {