diff --git a/api/js/etemplate/Layout/Et2Box/Et2Box.ts b/api/js/etemplate/Layout/Et2Box/Et2Box.ts index 6f761080ee..25361335bf 100644 --- a/api/js/etemplate/Layout/Et2Box/Et2Box.ts +++ b/api/js/etemplate/Layout/Et2Box/Et2Box.ts @@ -149,6 +149,14 @@ export class Et2HBox extends Et2Box customElements.define("et2-hbox", Et2HBox); +/** + * @summary Vertically align child widgets + * + * This box includes styling to stop children from growing vertically. + * Set css```flex-grow: 1``` on the child to allow it to grow. + * + * @slot - Any other widget + */ export class Et2VBox extends Et2Box { static get styles()