mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-01 03:29:05 +01:00
Give maximum available height to BOX's parent node
This commit is contained in:
parent
e9a381da69
commit
10453c41e3
@ -29,6 +29,7 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
:host([align="right"]) > div {
|
:host([align="right"]) > div {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
Loading…
Reference in New Issue
Block a user