From ee5f588f090d8520408c48e1b2b7420b29cab2e0 Mon Sep 17 00:00:00 2001 From: John Gruen Date: Wed, 31 May 2017 15:04:34 +0200 Subject: [PATCH] better align RTL buttons --- static/css/inline-selection.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/inline-selection.scss b/static/css/inline-selection.scss index 03985295c5..c03b0af27b 100644 --- a/static/css/inline-selection.scss +++ b/static/css/inline-selection.scss @@ -341,6 +341,11 @@ $very-light-grey: #ededed; right: 5px; top: 5px; + html[dir="rtl"] & { + left: 5px; + right: inherit; + } + .spacer { background-color: #c9c9c9; flex: 0 0 1px;