Lidarr/frontend/src/Settings/ImportLists/ImportLists/Manage/ManageImportListsModalRow.css

10 lines
182 B
CSS

.name,
.tags,
.enableAutomaticAdd,
.qualityProfileId,
.rootFolderPath,
.implementation {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-all;
}