Jeremy Thomas před 8 roky
rodič
revize
34dd736075
3 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 0
      CHANGELOG.md
  2. 0 1
      docs/css/bulma-docs.css
  3. 0 1
      sass/elements/form.sass

+ 1 - 0
CHANGELOG.md

@@ -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
 

+ 0 - 1
docs/css/bulma-docs.css

@@ -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 {

+ 0 - 1
sass/elements/form.sass

@@ -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