mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Use monospaced font for keybinding display.
This commit is contained in:
parent
e8326241eb
commit
8fb9f71e42
@ -330,8 +330,9 @@ div.text_cell_render {
|
||||
|
||||
.shortcut_key {
|
||||
display: inline-block;
|
||||
width: 10ex;
|
||||
width: 13ex;
|
||||
text-align: right;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.shortcut_descr {
|
||||
|
Loading…
Reference in New Issue
Block a user