diff --git a/api/js/etemplate/Et2Box/Et2Box.ts b/api/js/etemplate/Et2Box/Et2Box.ts index da63b12018..2dd7d3706b 100644 --- a/api/js/etemplate/Et2Box/Et2Box.ts +++ b/api/js/etemplate/Et2Box/Et2Box.ts @@ -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;