prevent long download path links from screwing up the page layout

This commit is contained in:
Sean Yesmunt 2019-04-19 12:57:00 -04:00
parent 62a6b73942
commit 58f655ae85

View file

@ -104,6 +104,7 @@ class FileDetails extends PureComponent<Props> {
{__('Downloaded to')}
{': '}
<Button
constrict
button="link"
onClick={() => openFolder(downloadPath)}
label={downloadNote || downloadPath}