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

Fixed: Series index table header when banners are shown

This commit is contained in:
Mark McDowall
2019-01-05 15:32:07 -08:00
parent 9dd967f2aa
commit 77816aebac
3 changed files with 12 additions and 2 deletions
@@ -10,6 +10,10 @@
flex: 4 0 110px;
}
.banner {
flex: 0 0 379px;
}
.network {
composes: headerCell from 'Components/Table/VirtualTableHeaderCell.css';