diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c56488ef1d..1f49a23b8b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -2264,9 +2264,9 @@ } }, "@seafile/seafile-editor": { - "version": "0.3.62", - "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.62.tgz", - "integrity": "sha512-6/NN/G7w53vOHYCt3yVDLxtzAMwT/hClCMMdqOrUjSk0eyJ9NQjrvu4RR936VZE8OurxhZT9UV26s4ZJ+Jqh/g==", + "version": "0.3.63", + "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.3.63.tgz", + "integrity": "sha512-mzqdQlyfs6MpN4n263GtKI6nlYwbVAVO+fj+Q28CiZH8uMwMsa6e9KcQn0yyJWAvxEy6i/L1kWpgztcZFV42Ow==", "requires": { "@seafile/slate-react": "^0.54.12", "codemirror": "^5.37.0", diff --git a/frontend/package.json b/frontend/package.json index e3bbfd2445..a5f7052239 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "@seafile/react-image-lightbox": "0.0.1", "@seafile/resumablejs": "1.1.16", "@seafile/seafile-calendar": "0.0.12", - "@seafile/seafile-editor": "0.3.62", + "@seafile/seafile-editor": "^0.3.63", "MD5": "^1.3.0", "chart.js": "2.9.4", "classnames": "^2.2.6", diff --git a/frontend/src/css/review-comments.css b/frontend/src/css/review-comments.css index f74660d024..3c9e6a066c 100644 --- a/frontend/src/css/review-comments.css +++ b/frontend/src/css/review-comments.css @@ -140,7 +140,9 @@ .seafile-comment-footer .seafile-add-comment .comment-btn, .seafile-edit-comment .comment-btn { height: 28px; - width: 60px; + margin-top: 5px; + width: fit-content; + display: inline-block; } .seafile-edit-comment { margin-top: 10px;