mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #712
This commit is contained in:
parent
73df49af54
commit
c7d4f806de
@ -5,6 +5,7 @@
|
||||
* Fix #728 selected row on striped table
|
||||
* Fix #747 remove flex-shrink for is-expanded
|
||||
* Fix #702 add icons support for select dropdown
|
||||
* Fix #712 delete button as flexbox item
|
||||
|
||||
## 0.4.1
|
||||
|
||||
|
@ -3151,8 +3151,14 @@ input[type="submit"].button {
|
||||
border-radius: 290486px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
font-size: 1rem;
|
||||
height: 20px;
|
||||
max-height: 20px;
|
||||
max-width: 20px;
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
outline: none;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
@ -3780,8 +3786,14 @@ input[type="submit"].button {
|
||||
border-radius: 290486px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
font-size: 1rem;
|
||||
height: 20px;
|
||||
max-height: 20px;
|
||||
max-width: 20px;
|
||||
min-height: 20px;
|
||||
min-width: 20px;
|
||||
outline: none;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
|
@ -38,8 +38,14 @@
|
||||
border-radius: 290486px
|
||||
cursor: pointer
|
||||
display: inline-block
|
||||
flex-grow: 0
|
||||
flex-shrink: 0
|
||||
font-size: $size-normal
|
||||
height: 20px
|
||||
max-height: 20px
|
||||
max-width: 20px
|
||||
min-height: 20px
|
||||
min-width: 20px
|
||||
outline: none
|
||||
position: relative
|
||||
vertical-align: top
|
||||
|
Loading…
Reference in New Issue
Block a user