File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to
1313 - ♿(frontend) improve accessibility and styling of summary table #1528
1414- 🐛(docx) fix image overflow by limiting width to 600px during export #1525
1515- 🐛(frontend) preserve @ character when esc is pressed after typing it #1512
16+ - 🐛(frontend) fix pdf embed to use full width #1526
1617
1718## [ 3.9.0] - 2025-11-10
1819
@@ -32,6 +33,7 @@ and this project adheres to
3233
3334- 🐛(frontend) fix duplicate document entries in grid #1479
3435- 🐛(backend) fix trashbin list #1520
36+
3537- ♿(frontend) improve accessibility:
3638 - ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
3739- 🐛(backend) fix s3 version_id validation #1543
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import { Box, Icon } from '@/components';
2222import { DocsBlockNoteEditor } from '../../types' ;
2323
2424const PDFBlockStyle = createGlobalStyle `
25- .bn-block-content[data-content-type="pdf"] {
26- width: fit-content ;
25+ .bn-block-content[data-content-type="pdf"] .bn-file-block-content-wrapper[style*="fit-content"] {
26+ width: 100% !important ;
2727 }
2828` ;
2929
You can’t perform that action at this time.
0 commit comments