From 28f0f3ce33ed2d30e3f2a3f61c611ca1fd2dff0b Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Thu, 7 Nov 2019 16:50:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20allow=20proper=20linebrea?= =?UTF-8?q?k=20in=20multiselect=20for=20narrow=20mobile=20screens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- src/components/Multiselect/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Multiselect/index.scss b/src/components/Multiselect/index.scss index bb302e12ac..a0b18889cd 100644 --- a/src/components/Multiselect/index.scss +++ b/src/components/Multiselect/index.scss @@ -63,7 +63,7 @@ cursor: pointer; position: relative; border-radius: 3px; - height: 34px; + min-height: 34px; /* tag wrapper */ .multiselect__tags-wrap { align-items: center;