SOLVED: Product Archive template broken after bricks update (1.3.7)

I updated Bricks and now the Azoki - Product Archive template looks quite strange. The filter on the left side makes up 50% of the screen.

Hey,

this happened due to the introduction of min- and max-widths / heights. There are several ways to solve this:

  1. Remove “stretch” from the filter container.

  1. Set flex-shrink to 0 on the products container.

Best regards,
timmse

Thx timmse, this solved the problem.