From: Mariano Lopez <[email protected]>

This adds the min-width for the last updated column
to the css.

[YOCTO #8018]

Signed-off-by: Mariano Lopez <[email protected]>
---
 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;
 }
-- 
1.9.1

-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to