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;