Change fixed legend button height to min-height (https://github.com/woocommerce/woocommerce-admin/pull/1602)

This commit is contained in:
Joshua T Flowers 2019-02-19 10:29:58 +08:00 committed by GitHub
parent ffa7e016d4
commit 694130d455
1 changed files with 2 additions and 1 deletions

View File

@ -142,8 +142,9 @@
padding: 0;
& > button {
height: 36px;
min-height: 36px;
padding: 0 17px;
text-align: left;
}
&:first-child {