Make the buttons in meta box on edit variation screen aligned with the inputs.

This commit is contained in:
Peter Fabian 2019-10-15 10:57:59 +02:00
parent a6de7b9e9f
commit 53fb13d704
1 changed files with 17 additions and 0 deletions

View File

@ -604,6 +604,23 @@
.form-row select {
max-width: 100%;
}
.toolbar-top {
.button {
margin: 1px;
}
}
}
#product_attributes {
.toolbar-top {
.button {
margin: 1px;
}
}
}
.clear {