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
1 changed files with 1 additions and 1 deletions

View File

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