mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
increase minRows on custom css input
This commit is contained in:
parent
6689e84f67
commit
d777be6251
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ export const StylesSettings = () => {
|
|||
<Textarea
|
||||
autosize
|
||||
defaultValue={css}
|
||||
minRows={8}
|
||||
onBlur={(e) =>
|
||||
setCss(sanitizeCss(`<style>${e.currentTarget.value}`))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue