Give maximum available height to BOX's parent node

This commit is contained in:
Hadi Nategh 2022-03-21 16:21:46 +01:00
parent e9a381da69
commit 10453c41e3

View File

@ -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;