From e112142810693433da56bc6a16936d7b00e93ece Mon Sep 17 00:00:00 2001 From: samarsultan Date: Sun, 2 Apr 2017 13:22:00 +0200 Subject: [PATCH] tuning rtl mode style for commanpalette window --- notebook/static/notebook/less/commandpalette.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/less/commandpalette.less b/notebook/static/notebook/less/commandpalette.less index 32632336a..7c4069ed1 100644 --- a/notebook/static/notebook/less/commandpalette.less +++ b/notebook/static/notebook/less/commandpalette.less @@ -67,5 +67,5 @@ ul.typeahead-list & > li > a.pull-right { } [dir="rtl"] .edit-shortcut.pull-right { - float: left !important; + .pull-left(); }