Adjust the with of the select box on the keymap switching interface.

This commit is contained in:
Arpad Csanyi
2016-05-08 22:54:30 +02:00
parent 5e02c56d60
commit 639637e60c

View File

@@ -271,7 +271,7 @@
<div class="popover-content" style="margin-bottom:2px">
<div style="margin-bottom:0px; margin-top:2px">
<b style="">Switch to keymap:</b>
<select class="layout-switcher" style="width:402px">
<select class="layout-switcher" style="width:390px">
{{#each layouts}}
<option value="{{value}}" data-abbrev="{{abbrev}}" data-abbrev-image="{{dataAbbrevImage}}" data-image="{{dataImage}}">{{name}}</option>
{{/each}}