Lidarr/frontend/src/Artist/History/ArtistHistoryRow.css

12 lines
206 B
CSS

.sourceTitle {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-word;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 65px;
}