From a5b315ba83ebc759642f36f4abfec484ead02202 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 25 Jul 2024 17:11:21 -0700 Subject: [PATCH] Fix height of tags in tag inputs (cherry picked from commit 5ac6c0e651400aa4d2e7126b0ccf1bcd4c6224b2) --- frontend/src/Components/Form/TagInputTag.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Components/Form/TagInputTag.css b/frontend/src/Components/Form/TagInputTag.css index 97adac5c1..ddf876592 100644 --- a/frontend/src/Components/Form/TagInputTag.css +++ b/frontend/src/Components/Form/TagInputTag.css @@ -36,5 +36,6 @@ .label { composes: label from '~Components/Label.css'; + display: flex; max-width: 100%; }