mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:55 +02:00
Fix textarea did not take vertical space
This commit is contained in:
@ -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%;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
Reference in New Issue
Block a user