keymaps form

This commit is contained in:
Shin'ya Ueoka 2017-11-25 12:31:24 +09:00
parent 7b44b65247
commit 2641183a5b
4 changed files with 116 additions and 95 deletions

View file

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