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 03e1952 commit 37ba337Copy full SHA for 37ba337
src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/PdfBlock.tsx
@@ -55,14 +55,15 @@ export const PdfBlock = createReactBlockSpec(
55
<Box
56
$display="flex"
57
$align="center"
58
- $justify="center"
+ className="bn-file-name-with-icon"
59
$direction="row"
60
$gap="1rem"
61
>
62
- <Icon iconName="picture_as_pdf" $size="18px" />
+ <Icon iconName="picture_as_pdf" className="btn-file-icon" />
63
64
as="p"
65
$display="inline-block"
66
+ className="bn-file-name"
67
style={{
68
textOverflow: 'ellipsis',
69
whiteSpace: 'nowrap',
0 commit comments