]> 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>
Thu, 23 Jan 2020 15:30:31 +0000 (17:30 +0200)
scss/forms/_input-group.scss

index a37dd8e73796d4a25109146590f1a03ecb22ee78..f729d0bd2b4991a63fe9aea6cca51287b486974b 100644 (file)
@@ -15,7 +15,8 @@
   > .form-select,
   > .form-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;