fx-compat: Fix width of read-only data directory field in Advanced prefs
This commit is contained in:
parent
02a48c5a84
commit
914a8d8956
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
<hbox>
|
||||
<radio label="&zotero.preferences.dataDir.custom;" value="true"/>
|
||||
<html:input type="text" id="data-dir-path" preference="extensions.zotero.dataDir"
|
||||
readonly="true" style="-moz-box-flex: 1;"/>
|
||||
readonly="true" style="flex: 1"/>
|
||||
<button label="&zotero.preferences.dataDir.choose;"
|
||||
oncommand="return Zotero_Preferences.Advanced.chooseDataDir()"/>
|
||||
</hbox>
|
||||
|
|
Loading…
Reference in a new issue