🔹 Layout-card - Take control of where your cards end up

Hi, I hope anyone can help me, I am trying to set margins on the columns, which I now achieve by setting the margins on each card or stack manually.

With reading around a bit I found that I can use this:

        - type: custom:mod-card
          style: |
            layout-card {
              --masonry-view-card-margin: 7px;
            }
          card:

This works absolutely fine and exactly what I needed. However it only does this on larger screens. When the aspect ratio drops to a certain level this setting gets overridden by whatever the original settings are.

I have tried setting !important but this did not help. Can anyone help me?