aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skins/standard/buglist.css7
1 files changed, 7 insertions, 0 deletions
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,