Fixed: Long paths overflowing in movie history

pull/2/head
Mark McDowall 5 years ago committed by Qstick
parent 52da43aac4
commit 21bc18dd2a

@ -3,3 +3,9 @@
min-width: 70px; 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} data={data}
/> />
<TableRowCell> <TableRowCell className={styles.sourceTitle}>
{sourceTitle} {sourceTitle}
</TableRowCell> </TableRowCell>

Loading…
Cancel
Save