dwainscheeren/dwains-dashboard-addons

find_my help on column width

carfnann opened this issue · 1 comments

Hey,

I've just implemented the page find_my (by the way congrats for this amazing job), and I have issue to display correctly.
On a small screen (or page size), the display is ok
Capture d’écran 2022-01-05 à 14 06 00

but on a large screen/page, it doesn't fit the page.

Capture d’écran 2022-01-05 à 14 06 32

I have tried to modify the example items_class but nothing is good.
Why the base parameter are not working for me?
- type: custom:dwains-flexbox-card items_classes: 'col-xs-12' cards: - type: vertical-stack item_classes: 'col-xs-12 col-sm-3'

See #138