mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
fix: extra-long title overflow
This commit is contained in:
parent
7d252ea45b
commit
acc9186a59
1 changed files with 1 additions and 0 deletions
|
@ -820,6 +820,7 @@ article.category-has-unread {
|
||||||
font-size: 2.0em;
|
font-size: 2.0em;
|
||||||
line-height: 1.25em;
|
line-height: 1.25em;
|
||||||
margin: 5px 0 30px 0;
|
margin: 5px 0 30px 0;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry header h1 a {
|
.entry header h1 a {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue