add word breaking for post preview

This commit is contained in:
Simon Grim 2015-07-29 12:15:12 +05:00
parent de1334706b
commit 0eccba44f0
4 changed files with 4 additions and 0 deletions

View File

@ -654,6 +654,7 @@ textarea.splited-post {
font-size: 11px;
margin: 4px 0;
padding: 4px;
word-wrap: break-word;
}
#post-preview a {

View File

@ -783,6 +783,7 @@ textarea.splited-post {
font-size: 11px;
margin: 4px 0;
padding: 4px;
word-wrap: break-word;
}
.splited-post-counter {

View File

@ -2276,6 +2276,7 @@ textarea.splited-post {
font-size: 12px;
margin: 4px 0;
padding: 4px;
word-wrap: break-word;
}
#post-preview a {

View File

@ -360,6 +360,7 @@ ul.userMenu-search-profiles
font-size: 12px
margin: 4px 0
padding: 4px
word-wrap: break-word
a
color: #AAA
a:hover