We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ca04d commit 2416801Copy full SHA for 2416801
scss/_input-group.scss
@@ -43,12 +43,6 @@
43
.custom-file {
44
display: flex;
45
align-items: center;
46
- width: 100%;
47
-
48
- .custom-file-input {
49
50
- min-width: 0;
51
- }
52
53
&:not(:first-child):not(:last-of-type) .custom-file-control,
54
&:not(:first-child):not(:last-of-type) .custom-file-control::before { @include border-radius(0); }
@@ -57,10 +51,6 @@
57
&:last-of-type:not(:first-child) .custom-file-control,
58
&:last-of-type:not(:first-child) .custom-file-control::before { @include border-left-radius(0); }
59
}
60
61
- .custom-select {
62
63
64
65
55
66
56
0 commit comments