From e1881ed0a3e3d495c219189397bcd83d4416f4d0 Mon Sep 17 00:00:00 2001 From: Mariano Lopez Date: Tue, 28 Jul 2015 09:27:17 -0500 Subject: [PATCH] rrs-additional.css: Added min-width to last update column This adds the min-width for the last updated column to the css. [YOCTO #8018] Signed-off-by: Mariano Lopez --- rrs/static/css/rrs-additional.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rrs/static/css/rrs-additional.css b/rrs/static/css/rrs-additional.css index 15a2059..bdfa151 100644 --- a/rrs/static/css/rrs-additional.css +++ b/rrs/static/css/rrs-additional.css @@ -17,6 +17,10 @@ min-width: 60px; } +.last_updated_column { + min-width: 60px; +} + .maintainer_column { min-width: 110px; }