summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-11-23 20:15:08 +0100
committerRob Snelders <programming@ertai.nl>2012-11-23 20:15:08 +0100
commit925c0e72041cf4819c76530cd97206f4be9c0f43 (patch)
treef2ddef95ea9f007231d7e4ea75502c1567d7fb35
parenta877a0b07559ae97f431dcbc1f348317f20b4fe0 (diff)
hide the horizontal scrollbar
-rw-r--r--bug/bug/bug.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/bug/bug/bug.css b/bug/bug/bug.css
index a6279c2..8b27146 100644
--- a/bug/bug/bug.css
+++ b/bug/bug/bug.css
@@ -35,6 +35,7 @@ body {
color: #616161;
height: 1024px;
font-family: helvetica, arial;
+ overflow-x: hidden;
}
.input-label {
@@ -447,6 +448,7 @@ body {
.state_duplicates .related_bugs {
padding-top: 10px;
+ width: 560px;
}
.state_duplicates a {