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 {
color: #555;
word-break: break-all;
}
.tread-wrapper .media {
overflow: visible;

View File

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