This commit is contained in:
Jeremy Thomas 2017-05-28 15:35:14 +01:00
parent 73df49af54
commit c7d4f806de
3 changed files with 19 additions and 0 deletions

View File

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

View File

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

View File

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