-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add input group support for custom selects and custom files #24455
Conversation
dist/css/bootstrap.css
Outdated
display: -ms-flexbox; | ||
display: flex; | ||
-ms-flex-align: center; | ||
align-items: center; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected indentation of 2 spaces indentation
dist/css/bootstrap.css
Outdated
.input-group .custom-file { | ||
display: -ms-flexbox; | ||
display: flex; | ||
-ms-flex-align: center; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected vendor-prefix "-ms-flex-align" property-no-vendor-prefix
dist/css/bootstrap.css
Outdated
border-radius: 0; | ||
} | ||
|
||
.input-group .custom-file { | ||
display: -ms-flexbox; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected vendor-prefix "-ms-flexbox" value-no-vendor-prefix
59907d9
to
34a1e45
Compare
There's a duplicate |
Closes #24437, closes #22457