From 5861a13649c61de6b66c876ac1ea1faa8afd51c5 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 11 Jan 2012 18:06:44 -0500 Subject: Bug 716059 - Labels should be right aligned in bug view r=glob --- skins/custom/show_bug.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'skins/custom/show_bug.css') diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index 2d3e4995f..97a4f929b 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -69,3 +69,6 @@ cursor: help; } +.edit_form table td:first-child { + width: 0px; +} -- cgit v1.2.3-24-g4f1b