Przeglądaj źródła

enhance(css): set settings form-row min-width

leizhe 4 lat temu
rodzic
commit
da56f33fb3
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/main/frontend/components/settings.css

+ 2 - 1
src/main/frontend/components/settings.css

@@ -111,7 +111,8 @@
         }
 
         .form-select, .form-input {
-          width: 55%;
+            width: 55%;
+            min-width: 200px;
           display: inline-block;
 
           &:hover {