소스 검색

fix: Dropdown for Arrowheads overflow (#2596)

Co-authored-by: Lipis <lipiridis@gmail.com>
Co-authored-by: dwelle <luzar.david@gmail.com>
Jaiwanth 4 년 전
부모
커밋
7e9fdf85a0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/IconPicker.scss

+ 3 - 0
src/components/IconPicker.scss

@@ -93,6 +93,9 @@
     grid-auto-flow: column;
     grid-gap: 0.5rem;
     border-radius: 4px;
+    :root[dir="rtl"] & {
+      padding: 0.4rem;
+    }
   }
 
   .picker-keybinding {