Skip to content

Commit 94c9a92

Browse files
Fix #8: Get rid of .form-* in the float-label.scss
1 parent 89bb66b commit 94c9a92

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scss/float-label.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
appearance: none;
1212
}
1313

14-
.form-control {
14+
input, select {
1515
@include float-label-input;
1616
font-size: inherit;
1717
padding-top: 1em;
@@ -31,7 +31,3 @@
3131
}
3232
}
3333
}
34-
35-
.input-group .has-float-label {
36-
display: inline-block;
37-
}

0 commit comments

Comments
 (0)