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')} {__('Downloaded to')}
{': '} {': '}
<Button <Button
constrict
button="link" button="link"
onClick={() => openFolder(downloadPath)} onClick={() => openFolder(downloadPath)}
label={downloadNote || downloadPath} label={downloadNote || downloadPath}