From 677944df3891cad7fc223ef9a6a6b598a81b5081 Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 28 Mar 2011 15:27:41 +0000 Subject: [PATCH 1/1] #SPLUNK-121, fixing the long titles issue, added an overflow: hidden; property to the H1 style. Now the long titles cannot get out of the main container. Tested under Chrome and Firefox. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@910 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 f416ac9..e006cb7 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -88,6 +88,7 @@ h1 { font-size: 160%; padding: 5px 0; line-height: 110%; + overflow: hidden; } h2 { -- 2.39.5