diff --git a/src/renderer/scss/_gui.scss b/src/renderer/scss/_gui.scss index deac217db..cf3861c43 100644 --- a/src/renderer/scss/_gui.scss +++ b/src/renderer/scss/_gui.scss @@ -28,6 +28,12 @@ button { font-weight: inherit; } +h1 { + // Paul - Remove this in your changes + // This should be added to the media-title (or whatever that is called) + word-break: break-word; +} + ul { list-style-type: none; padding: 0; diff --git a/src/renderer/scss/component/_file-list.scss b/src/renderer/scss/component/_file-list.scss index 9818a47b6..79e4619b3 100644 --- a/src/renderer/scss/component/_file-list.scss +++ b/src/renderer/scss/component/_file-list.scss @@ -59,6 +59,7 @@ .file-tile__title { font-size: 1.1em; + word-break: break-word; } .file-tile__uri {