From f73c15a3bd47e9f7fe3a29645f968528fb6415e4 Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 11 Apr 2011 16:12:30 +0000 Subject: [PATCH] OSQA-143, fixing text overflow issue under IE8, added max-width to the paragraphs inside question and answer bodies. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@967 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 652bd9f..d90a974 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -764,6 +764,11 @@ ul.errorlist li { max-width: 640px; } +/* Fixes OSQA-143 IE8 text overflow issue */ +div.question-body p, div.answer-body p { + max-width: 700px; +} + .answered-by-owner { background: none repeat scroll 0 0 #E9E9FF; } -- 2.39.5