@ -16,9 +16,9 @@
.monitored {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
padding: 0;
display: flex;
align-items: center;
width: 20px;
}
@ -31,16 +31,15 @@
min-width: 110px;
flex-shrink: 0;
.albums {
composes: cell;
flex-wrap: wrap;
flex-grow: 4;
min-width: 400px;
@ -2,8 +2,8 @@
.status {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
.sortName {