1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Fixed: Banner not growing when most columns are hidden

This commit is contained in:
Mark McDowall
2019-02-07 18:43:43 -08:00
parent 2ce3cd4c2a
commit 551fa7fe10
5 changed files with 36 additions and 4 deletions
@@ -14,6 +14,10 @@
flex: 0 0 379px;
}
.bannerGrow {
flex-grow: 1;
}
.seriesType {
composes: headerCell from 'Components/Table/VirtualTableHeaderCell.css';