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 {
color: #555;
word-wrap: break-word;
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-word;
word-break: break-all;
/* line-height: 1.36; */
padding-bottom: 6px;
}