Skip to content

Commit

Permalink
feat(component): Auto-Expand Text area to content height style
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 13, 2024
1 parent 6a49468 commit 23dfe71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,11 @@ textarea#model-note {
margin: 0px auto;
}

textarea.large {
width: 900px;
}


section .model-note div.single-note {
background-color: var(--background-colour-active);
border: 1px solid var(--border-colour);
Expand Down

0 comments on commit 23dfe71

Please sign in to comment.