Merge pull request #6 from slr/nin-v2

word-breaking CSS rule for post preview
This commit is contained in:
Mylène Bressan 2015-07-29 12:46:52 +02:00
commit 9c4c0219ca
2 changed files with 2 additions and 0 deletions

View File

@ -2281,6 +2281,7 @@ ul.userMenu-search-profiles button {
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
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 {

View File

@ -444,6 +444,7 @@ ul.userMenu-search-profiles
+transition-property(all)
+transition-duration(.1s)
width: 100%!important
word-wrap: break-word