aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariano Lopez <mariano.lopez@linux.intel.com>2015-07-28 09:27:17 -0500
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:52 +1200
commitbffe94dd66220f1131151dcea4ee8cf87c18581c (patch)
treecb650219610fa5b7ae0325297b53c732c3ba31f7
parentb08004f778de5b7b794b8626c3b8038effcf85c9 (diff)
downloadopenembedded-core-contrib-bffe94dd66220f1131151dcea4ee8cf87c18581c.tar.gz
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 <mariano.lopez@linux.intel.com>
-rw-r--r--rrs/static/css/rrs-additional.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/rrs/static/css/rrs-additional.css b/rrs/static/css/rrs-additional.css
index 15a205960b..bdfa15166f 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;
}