]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #747
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 27 May 2017 19:50:20 +0000 (20:50 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 27 May 2017 19:51:08 +0000 (20:51 +0100)
CHANGELOG.md
docs/css/bulma-docs.css
sass/elements/form.sass

index 817f7ea6fb0a08f9b310f5ac193946b86ca0fd52..2969891760fdd2267a1d7e42b55193ac51842108 100644 (file)
@@ -3,6 +3,7 @@
 ## 0.4.2
 
 * Fix #728 selected row on striped table
+* Fix #747 remove flex-shrink for is-expanded
 
 ## 0.4.1
 
index 63620f85c58c47a49ed797a864e302bf766acf07..c4cf1bf20950f49bc8eaa712b01f08639d13666b 100644 (file)
@@ -2308,7 +2308,6 @@ input[type="submit"].button {
 
 .field.has-addons .control.is-expanded {
   flex-grow: 1;
-  flex-shrink: 0;
 }
 
 .field.has-addons.has-addons-centered {
index 0fde5194d7b421a22e7398b3e74478ac28f981e7..19236eee6989635a0fb664f46c0bb13fa46fde46 100644 (file)
@@ -217,7 +217,6 @@ $input-radius:              $radius !default
             z-index: 4
       &.is-expanded
         flex-grow: 1
-        flex-shrink: 0
     &.has-addons-centered
       justify-content: center
     &.has-addons-right