Skip to content

Commit

Permalink
Improve textarea styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stefba committed May 22, 2024
1 parent e3180bc commit eea3598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ div.text-field {
}

.text textarea {
padding:0;
padding:.25rem .5rem;
margin-left:-.5rem;
/*
background: var(--color-textarea);
*/
Expand Down

0 comments on commit eea3598

Please sign in to comment.