From 5f72e00dd76b968bb0ecb4b517affc3bdd40e502 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Mon, 2 Feb 2015 14:42:11 -0800 Subject: [PATCH] Used fa-fw to force mode indicator as fixed width. --- IPython/html/static/notebook/less/notificationarea.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/less/notificationarea.less b/IPython/html/static/notebook/less/notificationarea.less index 5f4640505..aa3c5f936 100644 --- a/IPython/html/static/notebook/less/notificationarea.less +++ b/IPython/html/static/notebook/less/notificationarea.less @@ -1,3 +1,4 @@ + #notification_area { .pull-right(); z-index: 10; @@ -30,8 +31,12 @@ .indicator_area(); } +.modal_indicator:before { + .fa-fw(); +} + .edit_mode .modal_indicator:before { - .icon(@fa-var-pencil) + .icon(@fa-var-pencil); } .command_mode .modal_indicator:before {