diff --git a/frontend/src/Author/History/AuthorHistoryRow.css b/frontend/src/Author/History/AuthorHistoryRow.css index deafecb81..a62b9c2bb 100644 --- a/frontend/src/Author/History/AuthorHistoryRow.css +++ b/frontend/src/Author/History/AuthorHistoryRow.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/Author/History/AuthorHistoryRow.js b/frontend/src/Author/History/AuthorHistoryRow.js index 49226edf7..e9072bdf3 100644 --- a/frontend/src/Author/History/AuthorHistoryRow.js +++ b/frontend/src/Author/History/AuthorHistoryRow.js @@ -94,7 +94,7 @@ class AuthorHistoryRow extends Component { {book.title} - + {sourceTitle}