mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-06 20:15:01 +00:00
word-breaking CSS rule for post preview
This commit is contained in:
parent
2225cd4de2
commit
176f946820
@ -2281,6 +2281,7 @@ ul.userMenu-search-profiles button {
|
|||||||
-webkit-transition-duration: 0.1s;
|
-webkit-transition-duration: 0.1s;
|
||||||
transition-duration: 0.1s;
|
transition-duration: 0.1s;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-area-new.open textarea, .mini-profile .post-area-new textarea, #postboard-top .post-area .post-area-new textarea {
|
.post-area-new.open textarea, .mini-profile .post-area-new textarea, #postboard-top .post-area .post-area-new textarea {
|
||||||
|
@ -444,6 +444,7 @@ ul.userMenu-search-profiles
|
|||||||
+transition-property(all)
|
+transition-property(all)
|
||||||
+transition-duration(.1s)
|
+transition-duration(.1s)
|
||||||
width: 100%!important
|
width: 100%!important
|
||||||
|
word-wrap: break-word
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user