mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 10:09:10 +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;
|
||||
align-items: stretch;
|
||||
gap: 5px;
|
||||
height: 100%;
|
||||
}
|
||||
:host([align="right"]) > div {
|
||||
justify-content: flex-end;
|
||||
|
Loading…
Reference in New Issue
Block a user