From d9eb97bd05369adde3f92592852afca32f46fad1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 14 Feb 2023 15:58:46 +0100 Subject: [PATCH] As we are in transition, angularjs dropdown component use both css classes And we should specify a bit the height of the component since it's used in different context --- app/webpacker/css/admin/dropdown.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/webpacker/css/admin/dropdown.scss b/app/webpacker/css/admin/dropdown.scss index ed6acc6c59..85fd5c7416 100644 --- a/app/webpacker/css/admin/dropdown.scss +++ b/app/webpacker/css/admin/dropdown.scss @@ -212,3 +212,12 @@ } } } + +.ofn-drop-down.ofn-drop-down-v2 { + // Add very specific styling here for components that are in transition: + // ie. the ones using the two classes above + .ofn-drop-down-label { + padding-top: 7px; + padding-bottom: 7px; + } +}