Fix textarea did not take vertical space

This commit is contained in:
nathan 2023-09-19 10:00:08 -06:00
parent 368c9fae63
commit 3b54165468

View File

@ -36,7 +36,8 @@ export class Et2Textarea extends Et2InputWidget(SlTextarea)
height: 100%; height: 100%;
align-items: stretch !important; align-items: stretch !important;
} }
:host::part(base) {
:host::part(form-control-input), :host::part(textarea) {
height: 100%; height: 100%;
} }
`, `,