From a701cac1768373be3a4bc2b205b750457d5be2bb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 13 Feb 2013 23:36:05 +0800 Subject: fix width of field labels on show_bug --- skins/custom/show_bug.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') 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; } -- cgit v1.2.3-24-g4f1b