Browse Source

word-breaking CSS rule for post preview

nin-v2
Simon Grim 9 years ago
parent
commit
176f946820
  1. 1
      css/style.css
  2. 1
      sass/style.sass

1
css/style.css

@ -2281,6 +2281,7 @@ ul.userMenu-search-profiles button { @@ -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 {

1
sass/style.sass

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

Loading…
Cancel
Save