diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-13 16:36:05 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-13 16:36:05 +0100 |
commit | a701cac1768373be3a4bc2b205b750457d5be2bb (patch) | |
tree | fb5186af43af1947277641bafbc3ad298e0e8f7f | |
parent | 56e316230cf43462aee8813dd42d1358f2da257a (diff) | |
download | bugzilla-a701cac1768373be3a4bc2b205b750457d5be2bb.tar.gz bugzilla-a701cac1768373be3a4bc2b205b750457d5be2bb.tar.xz |
fix width of field labels on show_bug
-rw-r--r-- | skins/custom/show_bug.css | 2 |
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; } |