forked from extern/egroupware
Expand textarea to 100% height
This commit is contained in:
parent
0a9693ca17
commit
14252a471c
@ -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%;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user