mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix #747
This commit is contained in:
parent
c8bdc8443c
commit
34dd736075
@ -3,6 +3,7 @@
|
|||||||
## 0.4.2
|
## 0.4.2
|
||||||
|
|
||||||
* Fix #728 selected row on striped table
|
* Fix #728 selected row on striped table
|
||||||
|
* Fix #747 remove flex-shrink for is-expanded
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
|
@ -2308,7 +2308,6 @@ input[type="submit"].button {
|
|||||||
|
|
||||||
.field.has-addons .control.is-expanded {
|
.field.has-addons .control.is-expanded {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.field.has-addons.has-addons-centered {
|
.field.has-addons.has-addons-centered {
|
||||||
|
@ -217,7 +217,6 @@ $input-radius: $radius !default
|
|||||||
z-index: 4
|
z-index: 4
|
||||||
&.is-expanded
|
&.is-expanded
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
flex-shrink: 0
|
|
||||||
&.has-addons-centered
|
&.has-addons-centered
|
||||||
justify-content: center
|
justify-content: center
|
||||||
&.has-addons-right
|
&.has-addons-right
|
||||||
|
Loading…
Reference in New Issue
Block a user