From 53fb13d7049af0c30170f94a7875f348f45f7af1 Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 15 Oct 2019 10:57:59 +0200 Subject: [PATCH] Make the buttons in meta box on edit variation screen aligned with the inputs. --- assets/css/admin.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index fea9e07ef1f..2c56be891e4 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -604,6 +604,23 @@ .form-row select { max-width: 100%; } + + .toolbar-top { + + .button { + margin: 1px; + } + } +} + +#product_attributes { + + .toolbar-top { + + .button { + margin: 1px; + } + } } .clear {