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 @@ -20,7 +20,9 @@ and this project adheres to
2020
2121- 🐛(frontend) fix duplicate document entries in grid #1479
2222- 🐛(frontend) show full nested doc names with ajustable bar #1456
23+ - 🐛(frontend) fix pdf embed to use full width #1526
2324- 🐛(backend) fix trashbin list
25+
2426- ♿(frontend) improve accessibility:
2527 - ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
2628
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