Browse Source

align items in context menu (#2640)

Rene 4 năm trước cách đây
mục cha
commit
aff817c667
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/ContextMenu.scss

+ 1 - 0
src/components/ContextMenu.scss

@@ -32,6 +32,7 @@
 
     display: grid;
     grid-template-columns: 1fr 0.2fr;
+    align-items: center;
 
     &.dangerous {
       div:nth-child(1) {