From a6b373cde150b6460b86f663964dc7bc41d7cc50 Mon Sep 17 00:00:00 2001 From: Gobot1234 Date: Thu, 19 Sep 2024 21:58:06 +0100 Subject: [PATCH] fix: clipping elements css --- apps/forge/src/routes/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/forge/src/routes/index.tsx b/apps/forge/src/routes/index.tsx index c71f4ac..4be2184 100644 --- a/apps/forge/src/routes/index.tsx +++ b/apps/forge/src/routes/index.tsx @@ -440,7 +440,9 @@ const IndexComponent = () => { "You're free to use the space!", ].map((value, idx, array) => ( - {value} + + {value} + {idx !== array.length - 1 && }