Lidarr/frontend/src/AlbumStudio/AlbumStudioRow.css

21 lines
338 B
CSS

.status,
.monitored {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 50px;
}
.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 1px;
white-space: nowrap;
}
.albums {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
display: flex;
flex-wrap: wrap;
}