mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix textarea did not take vertical space
This commit is contained in:
parent
3b54165468
commit
dc9736260a
@ -29,7 +29,8 @@ export class Et2Textarea extends Et2InputWidget(SlTextarea)
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.textarea--resize-vertical .textarea__control {
|
||||
|
||||
.textarea--resize-vertical {
|
||||
height: 100%;
|
||||
}
|
||||
:host::part(form-control) {
|
||||
|
Loading…
Reference in New Issue
Block a user