Browse Source

Align ToolButton Label in RTL mode (#1186)

Adil HADDAOUI 5 years ago
parent
commit
ae655cd7d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/ToolIcon.scss

+ 1 - 1
src/components/ToolIcon.scss

@@ -32,7 +32,7 @@
   }
 
   & + .ToolIcon__label {
-    margin-left: 0;
+    margin-inline-start: 0;
   }
 }