mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
Fix textarea did not take vertical space
This commit is contained in:
parent
368c9fae63
commit
3b54165468
@ -36,7 +36,8 @@ export class Et2Textarea extends Et2InputWidget(SlTextarea)
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
:host::part(base) {
|
|
||||||
|
:host::part(form-control-input), :host::part(textarea) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
Loading…
Reference in New Issue
Block a user