mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.textarea--resize-vertical .textarea__control {
|
|
||||||
|
.textarea--resize-vertical {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
:host::part(form-control) {
|
:host::part(form-control) {
|
||||||
|
Loading…
Reference in New Issue
Block a user