mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
word-wrap for comments in frio style.css
This commit is contained in:
parent
ebe87bb16d
commit
05d27e48aa
1 changed files with 1 additions and 0 deletions
|
@ -1525,6 +1525,7 @@ section #jotOpen {
|
||||||
}
|
}
|
||||||
.panel .panel-body .wall-item-content {
|
.panel .panel-body .wall-item-content {
|
||||||
color: #555;
|
color: #555;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.tread-wrapper .media {
|
.tread-wrapper .media {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
Loading…
Reference in a new issue