浏览代码

Align ToolButton Label in RTL mode (#1186)

Adil HADDAOUI 5 年之前
父节点
当前提交
ae655cd7d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
   }
 }