fix: extra-long title overflow

This commit is contained in:
rook1e 2023-03-31 10:24:16 +08:00 committed by Frédéric Guillot
parent 7d252ea45b
commit acc9186a59
1 changed files with 1 additions and 0 deletions

View File

@ -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 {