1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 15:59:36 +02:00

Fixed: Long paths overflowing in movie history

This commit is contained in:
Mark McDowall 2020-08-02 13:07:12 -07:00 committed by Qstick
parent 52da43aac4
commit 21bc18dd2a
2 changed files with 7 additions and 1 deletions

View File

@ -3,3 +3,9 @@
min-width: 70px;
}
.sourceTitle {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
word-break: break-word;
}

View File

@ -81,7 +81,7 @@ class MovieHistoryRow extends Component {
data={data}
/>
<TableRowCell>
<TableRowCell className={styles.sourceTitle}>
{sourceTitle}
</TableRowCell>