Make Keybinding and Markup selects smaller (#1681)

This commit is contained in:
Dawa Ometto
2021-02-23 12:47:03 +01:00
committed by GitHub
parent 2e41751cf6
commit d33d11e086
+2 -2
View File
@@ -50,13 +50,13 @@
<div id="gollum-editor-format-selector"> <div id="gollum-editor-format-selector">
<label for="format">Keybinding</label> <label for="format">Keybinding</label>
<select id="keybinding" name="keybinding" class="form-select"> <select id="keybinding" name="keybinding" class="form-select input-sm">
<option selected="selected">default</option> <option selected="selected">default</option>
<option>vim</option> <option>vim</option>
<option>emacs</option> <option>emacs</option>
</select> </select>
<label for="format">Markup</label> <label for="format">Markup</label>
<select id="wiki_format" name="format" class="form-select"> <select id="wiki_format" name="format" class="form-select input-sm">
{{#formats}} {{#formats}}
{{#enabled}} {{#enabled}}
<option {{#selected}}selected="selected" {{/selected}}value="{{id}}" data-ext="{{ext}}"> <option {{#selected}}selected="selected" {{/selected}}value="{{id}}" data-ext="{{ext}}">