stable

Clone or download

Read-only

fix: Remove extra whitespace for titles

There is an extra whitespace for section titles on Chromium browsers. This is due to the fact that the browser does not know how to display custom element `artidoc-section` by default. Putting `display: block` fix the issue. part of story #38627: Choice of a new Rich Text Editor Change-Id: Ia6b03464587a6f8c6d39d72e5c3cf4aa93322429

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/components/section/description/SectionDescriptionEditorProseMirror.vue +8 −0 Go to diff View file