summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-13 16:36:05 +0100
committerByron Jones <bjones@mozilla.com>2013-02-13 16:36:05 +0100
commita701cac1768373be3a4bc2b205b750457d5be2bb (patch)
treefb5186af43af1947277641bafbc3ad298e0e8f7f /skins
parent56e316230cf43462aee8813dd42d1358f2da257a (diff)
downloadbugzilla-a701cac1768373be3a4bc2b205b750457d5be2bb.tar.gz
bugzilla-a701cac1768373be3a4bc2b205b750457d5be2bb.tar.xz
fix width of field labels on show_bug
Diffstat (limited to 'skins')
-rw-r--r--skins/custom/show_bug.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css
index 8e3325a4b..1a89a6892 100644
--- a/skins/custom/show_bug.css
+++ b/skins/custom/show_bug.css
@@ -69,7 +69,7 @@
cursor: help;
}
-.edit_form table td:first-child {
+.edit_form table th:first-child {
width: 0px;
}