From 20668e9e2dbee14347069c025c246639ed9273db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 18 Apr 2017 23:22:54 +0200 Subject: Prevent wrapping of the colored disk besides the bug ID in the buglist --- skins/standard/buglist.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'skins') diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 7256d285e..bebc4b465 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -149,6 +149,13 @@ span.bz_unknown_since_last_visit:before { content: "\25CF"; font-size: large; } +/* Prevent wrapping of the colored disk besides the bug ID. */ +tr.bz_new_since_last_visit td.first-child, +tr.bz_updated_since_last_visit td.first-child, +tr.bz_up_to_date_since_last_visit td.first-child, +tr.bz_unknown_since_last_visit td.first-child { + white-space: nowrap; +} td.bz_estimated_time_column, td.bz_remaining_time_column, -- cgit v1.2.1