Преглед на файлове

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

Frédéric Guillot преди 11 месеца
родител
ревизия
b0a10f02fd
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      internal/ui/static/css/common.css

+ 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;
 }