From 176f946820a3ca699c02b4eb0b8e74295007e376 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Wed, 29 Jul 2015 14:56:04 +0500 Subject: [PATCH] word-breaking CSS rule for post preview --- css/style.css | 1 + sass/style.sass | 1 + 2 files changed, 2 insertions(+) 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