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>
This commit is contained in:
Mariano Lopez 2015-07-28 09:27:17 -05:00 committed by Paul Eggleton
parent b08004f778
commit bffe94dd66

View File

@ -17,6 +17,10 @@
min-width: 60px;
}
.last_updated_column {
min-width: 60px;
}
.maintainer_column {
min-width: 110px;
}