Skip to content

Commit

Permalink
increase the rows
Browse files Browse the repository at this point in the history
  • Loading branch information
sangdth committed Nov 25, 2023
1 parent 6d168ae commit 224b968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const SiteTemplateEditor = ({ site }: SiteTemplateEditorProps) => {
className={fira_mono.className}
spellCheck={false}
bg={codeBg}
rows={10}
rows={16}
value={inputValue}
onChange={(e) => setInputValue(e.target.value)}
/>
Expand Down

0 comments on commit 224b968

Please sign in to comment.