Prechádzať zdrojové kódy

fix button overlapping issue on devices with small screen

Gildas 5 rokov pred
rodič
commit
6b89cd24e2
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      extension/ui/pages/editor.css

+ 1 - 0
extension/ui/pages/editor.css

@@ -21,6 +21,7 @@ body {
     display: flex;
     flex-direction: row;
     margin: 1px;
+    flex: none;
 }
 
 img[type=button] {