mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix #747
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user