From 66ba662012f5caa824f1c9eda7ee8989507dab7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyashgupta-hyland=E2=80=9D?= <“yash.gupta@hyland.com”> Date: Thu, 10 Oct 2024 11:30:35 +0530 Subject: [PATCH] ELEMENTS-1730: Fix placeholder width for nuxeo-user-suggestion with multiple=true --- ui/widgets/nuxeo-selectivity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/widgets/nuxeo-selectivity.js b/ui/widgets/nuxeo-selectivity.js index 02c10b81f..db062927e 100644 --- a/ui/widgets/nuxeo-selectivity.js +++ b/ui/widgets/nuxeo-selectivity.js @@ -6932,7 +6932,7 @@ typedArrayTags[weakMapTag] = false; border: none; float: left; font: inherit; - max-width: 100%; + width: 100%; outline: 0; padding: 0; padding-top: 1px;