mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
word-break: break-all;
This commit is contained in:
parent
76d8d81fff
commit
252e6c3c3c
1 changed files with 7 additions and 1 deletions
|
@ -1894,12 +1894,17 @@ hr {
|
|||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
overflow-wrap: anywhere;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.NB-story-title.read a.story_title {
|
||||
color: #969696;
|
||||
}
|
||||
.NB-storytitles-title {
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
.NB-view-river .NB-story-title a.story_title {
|
||||
|
||||
}
|
||||
|
@ -2397,6 +2402,7 @@ hr {
|
|||
line-height: 1.3em;
|
||||
padding: 0;
|
||||
word-break: break-word;
|
||||
word-break: anywhere;
|
||||
}
|
||||
.NB-theme-feed-size-xs .NB-story-grid .NB-storytitles-title {
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Add table
Reference in a new issue