diff --git a/css/style.css b/css/style.css index ab4f166..9a4d506 100644 --- a/css/style.css +++ b/css/style.css @@ -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 { diff --git a/sass/style.sass b/sass/style.sass index 7fd2469..498868f 100755 --- a/sass/style.sass +++ b/sass/style.sass @@ -444,6 +444,7 @@ ul.userMenu-search-profiles +transition-property(all) +transition-duration(.1s) width: 100%!important + word-wrap: break-word