Fix overflow problem with long attachment filenames
This commit is contained in:
parent
7fa1da043b
commit
7e3d8a8319
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@
|
|||
<button id="show" label="&zotero.item.attachment.file.show;" flex="1"/>
|
||||
</hbox>
|
||||
<label id="url" crop="end"/>
|
||||
<label id="fileNameRow"/>
|
||||
<label id="fileNameRow" crop="end"/>
|
||||
<label id="accessed"/>
|
||||
<label id="pages"/>
|
||||
<label id="dateModified"/>
|
||||
|
|
Loading…
Reference in a new issue