This commit is contained in:
Jeremy Thomas 2017-05-27 20:50:20 +01:00
parent c8bdc8443c
commit 34dd736075
3 changed files with 1 additions and 2 deletions

View 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

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

View 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