diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css
index 05ec583d6..1b4e739d6 100644
--- a/IPython/frontend/html/notebook/static/css/notebook.css
+++ b/IPython/frontend/html/notebook/static/css/notebook.css
@@ -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 {