SOLVED: Assigning grid to a custom class, align-items: flex-start remains on .brxe-container causing issue with custom grid class

This seems like a bug.

When I set a custom class to a container element and assign a grid layout to that custom class, I’m having issues because .brxe-container still sets align-items: flex-start.

If I apply the grid directly to the container element (no custom class) then the following is applied:

[class*=brxe-].brx-grid {
align-items: normal;
}

Which overrides the align-items: flex-start in the .brxe-container class.

So, when applying a grid to the custom class (instead of directly to the container), align-items should be set to normal on that custom class that has the grid applied, but that’s not happening.

Screen Shot 2023-03-01 at 9.28.39 AM

Hi Ryan,
Thanks so much for your report, and welcome to the forum!

You won’t believe it, but I stumbled across exactly the same problem last night and added it to the bug tracker :v:

Best regards,
timmse

Hi Ryan,
We’ve fixed this bug in Bricks 1.7.2, now available as a one-click update in your WordPress Dashboard.

Please let us know if you are still experiencing issues.

Best regards,
timmse