1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-04 22:40:51 +00:00

Fixed: Width of episode column with warning

Closes #3733
This commit is contained in:
Mark McDowall 2020-05-24 11:39:50 -07:00
parent fd608fd411
commit cb9d78064a

View file

@ -13,7 +13,7 @@
.episodeNumber {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 50px;
width: 70px;
}
.size {