From 71989f8232e1d24fe604bdd2333e9643195ebaed Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 28 Mar 2011 18:52:15 +0000 Subject: [PATCH] #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 --- forum/skins/default/media/style/style.css | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5