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 c534fed commit 37cc26aCopy full SHA for 37cc26a
src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/CalloutBlock.tsx
@@ -70,6 +70,7 @@ export const CalloutBlock = createReactBlockSpec(
70
}
71
`}
72
$align="center"
73
+ $justify="center"
74
$height="28px"
75
$width="28px"
76
$radius="4px"
@@ -85,7 +86,7 @@ export const CalloutBlock = createReactBlockSpec(
85
86
onEmojiSelect={onEmojiSelect}
87
/>
88
)}
- <Box as="p" className="inline-content" ref={contentRef} />
89
+ <Box className="inline-content" ref={contentRef} $justify="center" />
90
</Box>
91
);
92
},
0 commit comments