Explorar o código

Align ToolButton Label in RTL mode (#1186)

Adil HADDAOUI %!s(int64=5) %!d(string=hai) anos
pai
achega
ae655cd7d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   }
 }