From 3b54165468d7c438e26be9b3a49c702412737a2c Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 19 Sep 2023 10:00:08 -0600 Subject: [PATCH] Fix textarea did not take vertical space --- api/js/etemplate/Et2Textarea/Et2Textarea.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/js/etemplate/Et2Textarea/Et2Textarea.ts b/api/js/etemplate/Et2Textarea/Et2Textarea.ts index 4153c003b8..5e182b0e0d 100644 --- a/api/js/etemplate/Et2Textarea/Et2Textarea.ts +++ b/api/js/etemplate/Et2Textarea/Et2Textarea.ts @@ -36,7 +36,8 @@ export class Et2Textarea extends Et2InputWidget(SlTextarea) height: 100%; align-items: stretch !important; } - :host::part(base) { + + :host::part(form-control-input), :host::part(textarea) { height: 100%; } `,