ソースを参照

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;
   }
 }