From b732aae1da4f65f59afb5bcf032be5743d14b3ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyashgupta-hyland=E2=80=9D?= Date: Fri, 1 Nov 2024 12:28:47 +0530 Subject: [PATCH] ELEMENTS-1730 Fix placeholder width for nuxeo-user-suggestion with multiple=true --- .vscode/settings.json | 3 +++ nuxeo-elements | 1 + ui/widgets/nuxeo-selectivity.js | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json create mode 160000 nuxeo-elements diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6f3a2913e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/nuxeo-elements b/nuxeo-elements new file mode 160000 index 000000000..c3c4ee4ab --- /dev/null +++ b/nuxeo-elements @@ -0,0 +1 @@ +Subproject commit c3c4ee4ab3816b519d278fd854dc4d7ead0f6755 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;