Make the buttons in meta box on edit variation screen aligned with the inputs.
This commit is contained in:
parent
a6de7b9e9f
commit
53fb13d704
|
@ -604,6 +604,23 @@
|
||||||
.form-row select {
|
.form-row select {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toolbar-top {
|
||||||
|
|
||||||
|
.button {
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#product_attributes {
|
||||||
|
|
||||||
|
.toolbar-top {
|
||||||
|
|
||||||
|
.button {
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear {
|
.clear {
|
||||||
|
|
Loading…
Reference in New Issue