Adjust the with of the select box on the keymap switching interface.
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user