Make Keybinding and Markup selects smaller (#1681)
This commit is contained in:
@@ -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}}">
|
||||||
|
|||||||
Reference in New Issue
Block a user