Skip to content

Commit

Permalink
fix textarea settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Jan 3, 2025
1 parent 0b83710 commit 2e5135f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/themes/theme-default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@
min-height: 36px;
color: var(--st-text-2);
}

.q-textarea {
.q-field__control, .q-field--auto-height .q-field__control, .q-field__marginal {
height: auto;
}
}
.q-field--auto-height.q-field--labeled .q-field__control-container {
padding-top: 0;
}
Expand Down
5 changes: 5 additions & 0 deletions assets/css/themes/theme-default-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@
min-height: 36px;
color: var(--st-text-2);
}
.q-textarea {
.q-field__control, .q-field--auto-height .q-field__control, .q-field__marginal {
height: auto;
}
}

.q-field--auto-height.q-field--labeled .q-field__control-container {
padding-top: 0;
Expand Down

0 comments on commit 2e5135f

Please sign in to comment.