fix rendering of articles with titles containing extremely long words
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
|
||||
.titleWrap {
|
||||
white-space : normal;
|
||||
word-break : break-all;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
||||
@@ -39,6 +39,7 @@ body.ttrss_main {
|
||||
|
||||
.date {
|
||||
white-space : nowrap;
|
||||
margin-left : 4px;
|
||||
}
|
||||
|
||||
img, i.material-icons {
|
||||
@@ -53,6 +54,7 @@ body.ttrss_main {
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
word-break : break-all;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user