From f8ad263e26d42b79129ec02aa4bced36fd09eb88 Mon Sep 17 00:00:00 2001 From: victor barbier Date: Wed, 11 Sep 2024 16:09:43 +0200 Subject: [PATCH] feat(client): debug item padding --- project/client/src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/client/src/styles/index.scss b/project/client/src/styles/index.scss index 28b1030..002a59c 100644 --- a/project/client/src/styles/index.scss +++ b/project/client/src/styles/index.scss @@ -16,7 +16,7 @@ } .debug-item { - padding-bottom: 1rem !important; + padding-bottom: 0rem !important; } .debug-item:not(:first-child) {