]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
IE auto-size input-group to column (#30043)
authorjorimvanhove <jorimvanhove@gmail.com>
Thu, 23 Jan 2020 15:30:31 +0000 (16:30 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 17 Feb 2020 19:33:54 +0000 (21:33 +0200)
scss/_input-group.scss

index bf69ddb41de894daaaffb979bccd16f79a4dc3c6..cad8ea367a82059be08cbf0b8378d2c82cc9c7f6 100644 (file)
@@ -16,7 +16,8 @@
   > .custom-select,
   > .custom-file {
     position: relative; // For focus state's z-index
-    flex: 1 1 0%;
+    flex: 1 1 auto;
+    width: 1%;
     min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
     margin-bottom: 0;