frio set working css property + adding fix for vier

This commit is contained in:
Jonny Tischbein 2018-10-09 17:12:28 +02:00
parent 05d27e48aa
commit c0fc3c9845
2 changed files with 2 additions and 2 deletions

View file

@ -1525,7 +1525,7 @@ section #jotOpen {
} }
.panel .panel-body .wall-item-content { .panel .panel-body .wall-item-content {
color: #555; color: #555;
word-wrap: break-word; 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;
} }