Lidarr/frontend/src/Artist/Index/Table/ArtistStatusCell.css

10 lines
137 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.status {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
2017-09-04 02:20:56 +00:00
width: 60px;
}
.statusIcon {
width: 20px !important;
2017-09-04 02:20:56 +00:00
}