From fa78c825160bb6e988b4cd90b0596d0c8c4592c8 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Apr 08 2019 12:37:44 +0000 Subject: Fix blocker table width Authored by @lbrabec --- diff --git a/blockerbugs/static/css/blockerbugs.css b/blockerbugs/static/css/blockerbugs.css index 0ed2d04..f215572 100644 --- a/blockerbugs/static/css/blockerbugs.css +++ b/blockerbugs/static/css/blockerbugs.css @@ -167,4 +167,21 @@ form label { #height-fix { height: 40px; } } + +thead th.super-narrow { + width: 2% !important; +} + +thead th.narrow { + width: 6% !important; +} + +thead th.normal { + width: 15% !important; +} + +thead th.wide { + width: 60% !important; +} + /*# sourceMappingURL=app-bootstrap.css.map */ diff --git a/blockerbugs/templates/blocker_list.html b/blockerbugs/templates/blocker_list.html index 8bfbe40..1509a38 100644 --- a/blockerbugs/templates/blocker_list.html +++ b/blockerbugs/templates/blocker_list.html @@ -40,7 +40,7 @@ text: ' - - Bug ID - Component - Status - Title - Updates + + Bug ID + Component + Status + Title + Updates