Commit a84a05a5 authored by Shohei Yoshida's avatar Shohei Yoshida Committed by XhmikosR
Browse files

Clean input group flex basis (#28785)

9 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md,!30331Removed 'shrink-to-fit' from `viewport` meta,!29732V4 dev,!28937Add *-shadow classes
Showing with 1 addition and 4 deletions
+1 -4
...@@ -16,10 +16,7 @@ ...@@ -16,10 +16,7 @@
> .custom-select, > .custom-select,
> .custom-file { > .custom-file {
position: relative; // For focus state's z-index position: relative; // For focus state's z-index
flex: 1 1 auto; flex: 1 1 0%;
// Add width 1% and flex-basis auto to ensure that button will not wrap out
// the column. Applies to IE Edge+ and Firefox. Chrome does not require this.
width: 1%;
margin-bottom: 0; margin-bottom: 0;
+ .form-control, + .form-control,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment