Skip to content

Commit

Permalink
ELEMENTS-1730 Fix placeholder width for nuxeo-user-suggestion with mu…
Browse files Browse the repository at this point in the history
…ltiple=true
  • Loading branch information
yashgupta-hyland committed Nov 1, 2024
1 parent ab5321c commit b732aae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
1 change: 1 addition & 0 deletions nuxeo-elements
Submodule nuxeo-elements added at c3c4ee
2 changes: 1 addition & 1 deletion ui/widgets/nuxeo-selectivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b732aae

Please sign in to comment.