1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -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
@@ -27,6 +27,10 @@
flex: 0 0 379px;
}
.bannerGrow {
flex-grow: 1;
}
.link {
composes: link from 'Components/Link/Link.css';