From ae655cd7d3e8cb3c54362109e63ee0db4380c19e Mon Sep 17 00:00:00 2001 From: Adil HADDAOUI <5364177+adilhaddaoui@users.noreply.github.com> Date: Fri, 3 Apr 2020 15:24:25 +0100 Subject: [PATCH] Align ToolButton Label in RTL mode (#1186) --- src/components/ToolIcon.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ToolIcon.scss b/src/components/ToolIcon.scss index f70716ae..8a20e031 100644 --- a/src/components/ToolIcon.scss +++ b/src/components/ToolIcon.scss @@ -32,7 +32,7 @@ } & + .ToolIcon__label { - margin-left: 0; + margin-inline-start: 0; } }