summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 040bc968..f3e2366f 100644
--- a/data/style.css
+++ b/data/style.css
@@ -218,7 +218,7 @@ div.mainbox, table.mainbox td {
padding: 5px;
background: $boxbg$;
}
-div.mainbox-overflow-hack { overflow: hidden }
+div.mainbox-overflow-hack { overflow: hidden; width: 100% }
.mainbox h1 { color: $boxtitle$; font-size: 24px; margin: -5px 0 15px 0; }
.mainbox h2.alttitle { color: $alttitle$; margin: -17px 0 15px 15px; font-weight: normal; }
.mainbox p { margin: 3px 20px; }