You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/InteractiveSearch/OverrideMatch/InterarctiveSearch/Artist/SelectArtistRow.css

20 lines
276 B

.cell {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
display: flex;
align-items: center;
}
.artistName {
composes: cell;
flex: 4 0 200px;
}
.foreignArtistId {
composes: cell;
flex: 0 0 250px;
font-family: $monoSpaceFontFamily;
}