prevent long download path links from screwing up the page layout
This commit is contained in:
parent
62a6b73942
commit
58f655ae85
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class FileDetails extends PureComponent<Props> {
|
|||
{__('Downloaded to')}
|
||||
{': '}
|
||||
<Button
|
||||
constrict
|
||||
button="link"
|
||||
onClick={() => openFolder(downloadPath)}
|
||||
label={downloadNote || downloadPath}
|
||||
|
|
Loading…
Reference in a new issue