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 2f010cf commit 3984fafCopy full SHA for 3984faf
src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/PdfBlock.tsx
@@ -22,8 +22,8 @@ import { Box, Icon } from '@/components';
22
import { DocsBlockNoteEditor } from '../../types';
23
24
const PDFBlockStyle = createGlobalStyle`
25
- .bn-block-content[data-content-type="pdf"] {
26
- width: fit-content;
+ .bn-block-content[data-content-type="pdf"] .bn-file-block-content-wrapper[style*="fit-content"] {
+ width: 100% !important;
27
}
28
`;
29
0 commit comments