mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-28 05:41:52 +02:00
Better layout for textarea, but it's still not filling
This commit is contained in:
parent
e34ca22499
commit
64860e12f1
@ -23,7 +23,8 @@ export class Et2Textarea extends Et2InputWidget(Et2Widget(LionTextarea))
|
|||||||
...super.styles,
|
...super.styles,
|
||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
display: block;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user