diff --git a/front/src/components/ui/Layout.vue b/front/src/components/ui/Layout.vue index 5c4db11f3..6c1fc859f 100644 --- a/front/src/components/ui/Layout.vue +++ b/front/src/components/ui/Layout.vue @@ -90,7 +90,7 @@ const attributes = computed(() => ({ place-content: center; } - &[layout=grid], &[layout=grid-custom] > * { + &[layout=grid] > *, &[layout=grid-custom] > * { /* Set this global variable through `width` */ grid-column: var(--grid-column); }