Skip to content

Commit

Permalink
ELEMENTS-1599: fix position of the hyperlink tooltip in the HTML editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant0928 committed May 3, 2023
1 parent a08e790 commit 31f022f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Expand Up @@ -28,7 +28,7 @@
"@nuxeo/moment": "^2.24.0-nx.0",
"@nuxeo/nuxeo-elements": "^3.0.22-SNAPSHOT",
"@nuxeo/paper-typeahead": "^0.6.0-nx.0",
"@nuxeo/quill": "^2.0.0-dev.3-nx.2",
"@nuxeo/quill": "^2.0.0-dev.3-nx.3",
"@polymer/iron-autogrow-textarea": "^3.0.1",
"@polymer/iron-collapse": "^3.0.0",
"@polymer/iron-flex-layout": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions ui/widgets/nuxeo-html-editor.js
Expand Up @@ -47,6 +47,7 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js';
div#editor > * {
margin-top: 0;
margin-bottom: 28px;
}
iron-icon {
Expand Down

0 comments on commit 31f022f

Please sign in to comment.