Skip to content

Commit 17b9ee1

Browse files
committed
fix #6911 -- jupyter markdown source editor font size wrong
1 parent 0f70f72 commit 17b9ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/frontend/jupyter/cell-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ export const CellInput: React.FC<CellInputProps> = React.memo(
293293
const cmOptions = options("markdown").toJS();
294294
return (
295295
<MarkdownInput
296+
fontSize={props.font_size}
296297
enableMentions={true}
297298
cacheId={`${props.id}${frameActions.current?.frame_id}`}
298299
value={props.cell.get("input") ?? ""}

0 commit comments

Comments
 (0)