Merge pull request #6793 from nupplaphil/issue/3837-line_break_FF
[frio] Word-wrap for long lines
This commit is contained in:
commit
a4679cffdc
|
@ -1620,6 +1620,7 @@ textarea#profile-jot-text:focus + #preview_profile-jot-text {
|
||||||
.panel .panel-body {
|
.panel .panel-body {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.panel .panel-body .wall-item-content {
|
.panel .panel-body .wall-item-content {
|
||||||
color: #555;
|
color: #555;
|
||||||
|
|
Loading…
Reference in a new issue