Преглед изворни кода

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