diff --git a/js/component/link.js b/js/component/link.js index 6cd97929c..563a01823 100644 --- a/js/component/link.js +++ b/js/component/link.js @@ -138,8 +138,9 @@ var DownloadLink = React.createClass({ - - Downloading to {this.state.filePath} + +

Downloading to:

+
{this.state.filePath}
You don't have enough LBRY credits to pay for this stream. diff --git a/scss/_gui.scss b/scss/_gui.scss index 291afd375..f37792045 100644 --- a/scss/_gui.scss +++ b/scss/_gui.scss @@ -351,4 +351,8 @@ input[type="text"], input[type="search"] .error-modal__warning-symbol { margin-top: 6px; margin-right: 7px; +} + +.download-started-modal__file-path { + word-break: break-all; } \ No newline at end of file