Fix height of style drop-down in csledit.xul on Windows
This commit is contained in:
parent
e18cdcc4a7
commit
f20d42728b
|
@ -129,7 +129,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<vbox flex="1">
|
<vbox flex="1">
|
||||||
<menulist id="zotero-csl-list" initialized="false" oncommand="Zotero_CSL_Editor.loadCSL(this.selectedItem.value)"/>
|
<menulist id="zotero-csl-list" style="min-height: 1.6em" initialized="false" oncommand="Zotero_CSL_Editor.loadCSL(this.selectedItem.value)"/>
|
||||||
<textbox id="zotero-csl-editor" type="timed" timeout="250" multiline="true"
|
<textbox id="zotero-csl-editor" type="timed" timeout="250" multiline="true"
|
||||||
flex="1"
|
flex="1"
|
||||||
onkeypress="Zotero_CSL_Editor.handleKeyPress(event)"
|
onkeypress="Zotero_CSL_Editor.handleKeyPress(event)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user