Onboarding: Fix gap on plugins step (https://github.com/woocommerce/woocommerce-admin/pull/3594)
* Remove min height on plugin actions * Move margin from wrapper to buttons
This commit is contained in:
parent
b0b79e8968
commit
bade1da7f9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue