mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
Fixing title overflow on dashboard (seen in global shared stories).
This commit is contained in:
parent
9c9840bada
commit
76d8d81fff
1 changed files with 1 additions and 0 deletions
|
|
@ -1894,6 +1894,7 @@ hr {
|
|||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.NB-story-title.read a.story_title {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue