소스 검색

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