]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clean input group flex basis (#28785)
authorShohei Yoshida <ysds.code@gmail.com>
Tue, 28 May 2019 19:28:39 +0000 (04:28 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 28 May 2019 19:28:39 +0000 (22:28 +0300)
scss/_input-group.scss

index 9bc90ee9bd9cac5a53a56178b2df1ce6143f85b3..082f0464c55020453973062bc99bd3e745e08a4f 100644 (file)
   > .custom-select,
   > .custom-file {
     position: relative; // For focus state's z-index
-    flex: 1 1 auto;
-    // 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%;
+    flex: 1 1 0%;
     margin-bottom: 0;
 
     + .form-control,