forked from extern/egroupware
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,
|
||||
css`
|
||||
:host {
|
||||
display: block;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user