SOLVED IN 1.4: Section templates width is broken

Hi,

It seems 1.4 fixed the template width :partying_face:

Now, I would add that template element needs FULL HEIGHT as well :wink:

.brxe-template {
    height: 100%;
}

If not, for instance, if you put your template element in a loop container inside a vertically stretched flex or grid, your items won’t stretch to bottom:

Well, anyway I guess .brxe-template should be removed in the first place :wink: