Przeglądaj źródła

fix: .resize should be inline-flex

Peng Xiao 4 lat temu
rodzic
commit
ed68aebc7b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/frontend/components/block.css

+ 1 - 1
src/main/frontend/components/block.css

@@ -73,7 +73,7 @@
   }
   }
 
 
   .resize {
   .resize {
-    display: flex;
+    display: inline-flex;
   }
   }
 
 
   .draw [aria-labelledby="shapes-title"] {
   .draw [aria-labelledby="shapes-title"] {