Skip to content

Commit 272754a

Browse files
Add whitespace between dropdown and its label
1 parent adc3b14 commit 272754a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demo/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ select:invalid {
3333
transition: border-color 0.6s ease-out;
3434
}
3535

36+
@media (min-width: 576px) {
37+
label + select {
38+
margin-left: 0.5em;
39+
}
40+
}
41+
3642
@media (min-width: 992px) {
3743
.form-check {
3844
margin-left: auto;

0 commit comments

Comments
 (0)