From 756ca046953f838e6a52f53dac2714f75053270c Mon Sep 17 00:00:00 2001 From: Dariusz Szut Date: Tue, 12 Jan 2021 14:20:56 +0100 Subject: [PATCH] EZP-32279: Dropdown is not properly styled, adjusted for content type with field ezcountry (#1691) --- src/bundle/Resources/public/scss/core/_custom.dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/public/scss/core/_custom.dropdown.scss b/src/bundle/Resources/public/scss/core/_custom.dropdown.scss index 21e8ef9693..b7b4881002 100644 --- a/src/bundle/Resources/public/scss/core/_custom.dropdown.scss +++ b/src/bundle/Resources/public/scss/core/_custom.dropdown.scss @@ -130,7 +130,7 @@ transform: scaleY(1); transform-origin: top center; transition: transform 0.2s $ibexa-admin-transition; - max-width: calculateRem(500px); + width: 100%; background: $ibexa-white; border: calculateRem(1px) solid $ibexa-color-base-dark; color: $ibexa-color-font;