mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-16 21:15:33 -04:00
Fixed: Long paths overflowing in movie history
This commit is contained in:
@@ -3,3 +3,9 @@
|
||||
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
.sourceTitle {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@ class MovieHistoryRow extends Component {
|
||||
data={data}
|
||||
/>
|
||||
|
||||
<TableRowCell>
|
||||
<TableRowCell className={styles.sourceTitle}>
|
||||
{sourceTitle}
|
||||
</TableRowCell>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user