Merge pull request #5860 from JonnyTischbein/issue_comment_wrap

[frio] Word Wrap for long words in comments
This commit is contained in:
Hypolite Petovan 2018-10-09 11:17:11 -04:00 committed by GitHub
commit 23be68e74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1525,6 +1525,7 @@ section #jotOpen {
} }
.panel .panel-body .wall-item-content { .panel .panel-body .wall-item-content {
color: #555; color: #555;
word-break: break-all;
} }
.tread-wrapper .media { .tread-wrapper .media {
overflow: visible; overflow: visible;

View File

@ -1467,7 +1467,7 @@ section.minimal {
/* font-size: 14px; */ /* font-size: 14px; */
max-width: 660px; max-width: 660px;
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-all;
/* line-height: 1.36; */ /* line-height: 1.36; */
padding-bottom: 6px; padding-bottom: 6px;
} }