From: jordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Date: Mon, 28 Mar 2011 18:52:15 +0000 (+0000)
Subject: #SPLUNK-122, adding hidden overflow for the editor preview container, this way the...
X-Git-Tag: live~382
X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/71989f8232e1d24fe604bdd2333e9643195ebaed
#SPLUNK-122, adding hidden overflow for the editor preview container, this way the there is no chance for the text to get out of the box.
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@914 0cfe37f9-358a-4d5e-be75-b63607b5c754
---
diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css
index 24175f0..e100e6a 100644
--- a/forum/skins/default/media/style/style.css
+++ b/forum/skins/default/media/style/style.css
@@ -886,6 +886,7 @@ span.form-error {
min-height: 20px;
padding: 6px;
width: 98%;
+ overflow: hidden;
}
.preview-toggle {