From 724ece54c8e12dc3e11e1f00589ea599f9a484e0 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 13 Dec 2020 00:56:48 -0500 Subject: [PATCH] Fixed: Long paths overflowing in artist history Co-Authored-By: Mark McDowall --- frontend/src/Artist/History/ArtistHistoryRow.css | 6 ++++++ frontend/src/Artist/History/ArtistHistoryRow.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/Artist/History/ArtistHistoryRow.css b/frontend/src/Artist/History/ArtistHistoryRow.css index deafecb81..a62b9c2bb 100644 --- a/frontend/src/Artist/History/ArtistHistoryRow.css +++ b/frontend/src/Artist/History/ArtistHistoryRow.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/Artist/History/ArtistHistoryRow.js b/frontend/src/Artist/History/ArtistHistoryRow.js index c82acc242..d1396c858 100644 --- a/frontend/src/Artist/History/ArtistHistoryRow.js +++ b/frontend/src/Artist/History/ArtistHistoryRow.js @@ -94,7 +94,7 @@ class ArtistHistoryRow extends Component { {album.title} - + {sourceTitle}