fix keymap field

This commit is contained in:
Shin'ya Ueoka 2017-11-26 21:06:39 +09:00
parent c934550a02
commit 8c79b2c5e7
2 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,11 @@
.form-keymaps-form {
column-count: 3;
.keymap-fields-group {
&-field-group {
margin-top: 24px;
}
.keymap-fields-group:first-of-type {
margin-top: 0;
&-field-group:first-of-type {
margin-top: 24px;
}
}