From 98b03d7fdecaf71d4a0693a259ba6a77b55002f5 Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 15 Oct 2019 10:47:24 +0200 Subject: [PATCH] Keep the edit order select fields smaller to fit with the rest of the form. --- assets/css/admin.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 1a5070bf10f..fbf3243f8d7 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -578,6 +578,16 @@ margin: 10px; } +.edit_address { + .select2-selection--single { + height: 32px; + + .select2-selection__rendered { + line-height: 32px; + } + } +} + .clear { clear: both; }