core: fix width of card cell elements not applied (#80870) #379

Merged
csechet merged 1 commits from wip/80870-probleme-grille-cellules-fiches into main 2023-09-11 17:16:12 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $min-grid-desktop-viewport: "min-width: #{min-desktop-viewport($fx-grid-tablet-l
/* if flex item are list */
list-style-type: none;
> * {
> *, > [class*="size--"] {
box-sizing: border-box; // for gadjo
margin-left: var(--grid-gutter);
flex-basis: calc(100% / var(--nb-cols, 1) - var(--grid-gutter));