Expand textarea to 100% height

This commit is contained in:
Hadi Nategh 2022-07-29 15:00:14 +02:00
parent 0a9693ca17
commit 14252a471c

View File

@ -28,6 +28,16 @@ export class Et2Textarea extends Et2InputWidget(SlTextarea)
flex-direction: column;
width: 100%;
height: 100%;
}
.textarea--resize-vertical .textarea__control {
height: 100%;
}
:host::part(form-control) {
height: 100%;
align-items: stretch !important;
}
:host::part(base) {
height: 100%;
}
`,
];