mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
731db1ad79
Fixes #8483
18 lines
332 B
CSS
18 lines
332 B
CSS
.title {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 4 0 140px;
|
|
}
|
|
|
|
.year {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 70px;
|
|
}
|
|
|
|
.imdbId,
|
|
.tmdbId {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 110px;
|
|
} |