Explorar el Código

fix button overlapping issue on devices with small screen

Gildas hace 5 años
padre
commit
6b89cd24e2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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] {