mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: editor resource list (#445)
This commit is contained in:
@ -68,8 +68,10 @@ const SystemSection = () => {
|
||||
className="w-full"
|
||||
sx={{
|
||||
fontFamily: "monospace",
|
||||
fontSize: "14px",
|
||||
}}
|
||||
minRows={5}
|
||||
maxRows={10}
|
||||
defaultValue={state.additionalStyle}
|
||||
onChange={(event) => handleAdditionalStyleChanged(event.target.value)}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user