diff --git a/frontend/src/Movie/Index/Table/MovieIndexHeader.css b/frontend/src/Movie/Index/Table/MovieIndexHeader.css index 66bd4a84c..5ed460254 100644 --- a/frontend/src/Movie/Index/Table/MovieIndexHeader.css +++ b/frontend/src/Movie/Index/Table/MovieIndexHeader.css @@ -29,17 +29,22 @@ flex: 1 0 125px; } -.added, .inCinemas, .physicalRelease, .digitalRelease, -.runtime, .genres { composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css'; flex: 0 0 180px; } +.added, +.runtime { + composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css'; + + flex: 0 0 100px; +} + .movieStatus, .certification { composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css'; diff --git a/frontend/src/Movie/Index/Table/MovieIndexRow.css b/frontend/src/Movie/Index/Table/MovieIndexRow.css index 522797017..930984543 100644 --- a/frontend/src/Movie/Index/Table/MovieIndexRow.css +++ b/frontend/src/Movie/Index/Table/MovieIndexRow.css @@ -36,17 +36,22 @@ flex: 1 0 125px; } -.added, .inCinemas, .physicalRelease, .digitalRelease, -.runtime, .genres { composes: cell; flex: 0 0 180px; } +.added, +.runtime { + composes: cell; + + flex: 0 0 100px; +} + .movieStatus, .certification { composes: cell;