mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 08:27:51 +00:00
add word breaking for post preview
This commit is contained in:
parent
de1334706b
commit
0eccba44f0
@ -654,6 +654,7 @@ textarea.splited-post {
|
||||
font-size: 11px;
|
||||
margin: 4px 0;
|
||||
padding: 4px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#post-preview a {
|
||||
|
@ -783,6 +783,7 @@ textarea.splited-post {
|
||||
font-size: 11px;
|
||||
margin: 4px 0;
|
||||
padding: 4px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.splited-post-counter {
|
||||
|
@ -2276,6 +2276,7 @@ textarea.splited-post {
|
||||
font-size: 12px;
|
||||
margin: 4px 0;
|
||||
padding: 4px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#post-preview a {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user