Fixed: Long paths overflowing in artist history

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/1807/head
Qstick 4 years ago
parent 62724e7054
commit 724ece54c8

@ -1,3 +1,9 @@
.sourceTitle {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-word;
}
.details,
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';

@ -94,7 +94,7 @@ class ArtistHistoryRow extends Component {
{album.title}
</TableRowCell>
<TableRowCell>
<TableRowCell className={styles.sourceTitle}>
{sourceTitle}
</TableRowCell>

Loading…
Cancel
Save