Skip to content

Commit f03f06d

Browse files
committed
refine input group margin
1 parent 607c371 commit f03f06d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pywebio/html/css/app.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,16 @@ td blockquote, td dl, td ol, td p, td pre, td table, td ul, td button, td pre {
115115
margin-bottom: 0 !important;
116116
}
117117

118+
.form-group {
119+
margin-bottom: 0.4rem;
120+
}
118121

119-
.input-container .form-group {
120-
margin-bottom: 0;
122+
.form-group label {
123+
margin-bottom: 0px;
124+
}
125+
126+
#input-container .card-body {
127+
padding: 0.8rem 1.25rem;
121128
}
122129

123130
img {

0 commit comments

Comments
 (0)