* Remove min height on plugin actions

* Move margin from wrapper to buttons
This commit is contained in:
Joshua T Flowers 2020-01-21 20:05:37 +08:00 committed by GitHub
parent b0b79e8968
commit bade1da7f9
1 changed files with 1 additions and 3 deletions

View File

@ -349,11 +349,9 @@
.woocommerce-profile-wizard__plugins-actions {
text-align: left;
margin-left: $gap-largest + $gap-smallest;
margin-top: $gap;
min-height: 28px;
button.is-button {
margin: 0;
margin: $gap 0 0;
height: 40px;
min-width: auto;
display: initial;