Use monospaced font for keybinding display.

This commit is contained in:
Fernando Perez 2011-10-16 15:10:52 -07:00
parent e8326241eb
commit 8fb9f71e42

View File

@ -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 {