mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
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:
parent
9b1c29a9ff
commit
e1881ed0a3
|
@ -17,6 +17,10 @@
|
|||
min-width: 60px;
|
||||
}
|
||||
|
||||
.last_updated_column {
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.maintainer_column {
|
||||
min-width: 110px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user