From 13c444bba6fa045fba423a74d4d9e0b4663a12a8 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 2 Aug 2020 13:07:12 -0700 Subject: [PATCH] Fixed: Long paths overflowing in series history Closes #3886 --- frontend/src/Series/History/SeriesHistoryRow.css | 6 ++++++ frontend/src/Series/History/SeriesHistoryRow.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/Series/History/SeriesHistoryRow.css b/frontend/src/Series/History/SeriesHistoryRow.css index deafecb81..a62b9c2bb 100644 --- a/frontend/src/Series/History/SeriesHistoryRow.css +++ b/frontend/src/Series/History/SeriesHistoryRow.css @@ -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'; diff --git a/frontend/src/Series/History/SeriesHistoryRow.js b/frontend/src/Series/History/SeriesHistoryRow.js index ecf176091..c046724ba 100644 --- a/frontend/src/Series/History/SeriesHistoryRow.js +++ b/frontend/src/Series/History/SeriesHistoryRow.js @@ -101,7 +101,7 @@ class SeriesHistoryRow extends Component { /> - + {sourceTitle}