Merge pull request #2152 from Carreau/fix-kbd-ff

Fix layout issue of "Edit Keybord shortcut" on Firefox
Matthias Bussonnier 9 years ago committed by GitHub
commit b98c8017ef

@ -101,7 +101,7 @@ kbd {
}
.jupyter-keybindings {
padding: 0px;
padding: 1px;
line-height: 24px;
border-bottom: 1px solid gray;
}

Loading…
Cancel
Save