public/css: add 'overflow-wrap: break-word' to dashboard news feeds (#5507)

This commit is contained in:
A.J. Ruckman 2018-11-08 17:51:57 -05:00 committed by 无闻
parent dae311ea9d
commit f4630f9044
2 changed files with 2 additions and 0 deletions

View File

@ -3034,6 +3034,7 @@ footer .ui.language .menu {
} }
.feeds .news p { .feeds .news p {
line-height: 1em; line-height: 1em;
overflow-wrap: break-word;
} }
.feeds .news .time-since { .feeds .news .time-since {
font-size: 13px; font-size: 13px;

View File

@ -61,6 +61,7 @@
} }
p { p {
line-height: 1em; line-height: 1em;
overflow-wrap: break-word;
} }
.time-since { .time-since {
font-size: 13px; font-size: 13px;