Explorar o código

refine input group margin

wangweimin %!s(int64=2) %!d(string=hai) anos
pai
achega
f03f06df12
Modificáronse 1 ficheiros con 9 adicións e 2 borrados
  1. 9 2
      pywebio/html/css/app.css

+ 9 - 2
pywebio/html/css/app.css

@@ -115,9 +115,16 @@ td blockquote, td dl, td ol, td p, td pre, td table, td ul, td button, td pre {
     margin-bottom: 0 !important;
     margin-bottom: 0 !important;
 }
 }
 
 
+.form-group {
+    margin-bottom: 0.4rem;
+}
 
 
-.input-container .form-group {
-    margin-bottom: 0;
+.form-group label {
+    margin-bottom: 0px;
+}
+
+#input-container .card-body {
+    padding: 0.8rem 1.25rem;
 }
 }
 
 
 img {
 img {