Fix narrow input fields in "Attach link to URI" dialog

This commit is contained in:
Tom Najdek 2024-04-10 11:51:09 +02:00
parent 61db9ff0cc
commit fcc366abe2
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77

View file

@ -22,11 +22,11 @@
</hbox>
<hbox align="center">
<label id="zotero-attach-uri-label-input" value="&zotero.attachLink.label.link;" control="zotero-attach-uri-input"></label>
<html:input type="text" id="zotero-attach-uri-input" style="-moz-box-flex: 1"/>
<html:input type="text" id="zotero-attach-uri-input" style="flex: 1"/>
</hbox>
<hbox align="center">
<label id="zotero-attach-uri-label-title" value="&zotero.attachLink.label.title;" control="zotero-attach-uri-title"></label>
<html:input type="text" id="zotero-attach-uri-title" style="-moz-box-flex: 1" placeholder="&zotero.general.optional;"/>
<html:input type="text" id="zotero-attach-uri-title" style="flex: 1" placeholder="&zotero.general.optional;"/>
</hbox>
</vbox>
</dialog>