1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: Long paths overflowing in series history

Closes #3886
This commit is contained in:
Mark McDowall
2020-08-02 13:07:12 -07:00
parent 9a3669d801
commit 13c444bba6
2 changed files with 7 additions and 1 deletions
@@ -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';