Better layout for textarea, but it's still not filling

This commit is contained in:
nathan 2021-08-20 16:11:59 -06:00
parent e34ca22499
commit 64860e12f1

View File

@ -23,7 +23,8 @@ export class Et2Textarea extends Et2InputWidget(Et2Widget(LionTextarea))
...super.styles,
css`
:host {
display: block;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}