Skip to content

Commit eabca82

Browse files
committed
min width
1 parent f68bbe8 commit eabca82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/createDocexEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export function createDocexEditor(controller: EditorController) {
129129
position: "absolute",
130130
top: `${(idx + 1) * (A4_HEIGHT_PX + pageGap) - pageGap}px`,
131131
width: "100%",
132+
minWidth: "8.27in",
132133
height: pageGap,
133134
background: "#f8f9fa",
134135
}}

0 commit comments

Comments
 (0)