Change fixed legend button height to min-height (https://github.com/woocommerce/woocommerce-admin/pull/1602)
This commit is contained in:
parent
ffa7e016d4
commit
694130d455
|
@ -142,8 +142,9 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
& > button {
|
& > button {
|
||||||
height: 36px;
|
min-height: 36px;
|
||||||
padding: 0 17px;
|
padding: 0 17px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
|
Loading…
Reference in New Issue