From 8251540512d5553600736b01042829f5369c28a9 Mon Sep 17 00:00:00 2001
From: antoine37120 <ant.dupre@gmail.com>
Date: Tue, 16 Jan 2024 14:01:27 +0100
Subject: [PATCH] fix: add css fix grid wrapper

---
 src/styles/custom-grid.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/styles/custom-grid.scss b/src/styles/custom-grid.scss
index e910401..0a7be2e 100644
--- a/src/styles/custom-grid.scss
+++ b/src/styles/custom-grid.scss
@@ -5,6 +5,9 @@
     justify-content: flex-start;
     align-items: flex-start;
 }
+.fixWrap {
+    font-size: 0;
+}
 
 .segment {
     .width-10 {
-- 
GitLab