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