Revert "Word Wrap for long words in comments"

This commit is contained in:
Hypolite Petovan 2018-10-09 15:09:51 -04:00 committed by GitHub
parent 257beec485
commit 903290a764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -1525,7 +1525,6 @@ 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-all; word-break: break-word;
/* line-height: 1.36; */ /* line-height: 1.36; */
padding-bottom: 6px; padding-bottom: 6px;
} }