LuccaSA / lucca-front

documentation
https://prisme.lucca.io
MIT License
38 stars 4 forks source link

[Empty State] Content overflows the viewports on narrow viewports #2815

Open fbasmaison-lucca opened 4 months ago

fbasmaison-lucca commented 4 months ago

When viewed on narrow viewports, the content will be minimum calc(25rem + var(--spacings-XXS) * 2) wide.

Could a clamp or a min-width with variables be used?

The properties at the top of the screenshot below illustrate the issue.

image