We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf23d8 commit 39d4f4cCopy full SHA for 39d4f4c
src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/AccessibleImageBlock.tsx
@@ -58,6 +58,7 @@ export const accessibleImageRender = (
58
if (styleAttr) {
59
figureElement.setAttribute('style', styleAttr);
60
}
61
+ figureElement.style.setProperty('margin', '0');
62
63
Array.from(dom.children).forEach((child) => {
64
figureElement.appendChild(child.cloneNode(true));
0 commit comments