4
0
Эх сурвалжийг харах

feat(css): add margin-bottom to input for consistent spacing

Frédéric Guillot 9 сар өмнө
parent
commit
b0a10f02fd

+ 1 - 0
internal/ui/static/css/common.css

@@ -426,6 +426,7 @@ input[type="number"] {
     width: 250px;
     font-size: 99%;
     margin-top: 5px;
+    margin-bottom: 10px;;
     appearance: none;
 }