From 8fd205c817fb5a48e3d8c9cb77fd477a88f72e8d Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 7 Feb 2024 23:13:28 -0300 Subject: [PATCH] frontend: improve preview render --- twenty-frontend/src/css/main.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/twenty-frontend/src/css/main.scss b/twenty-frontend/src/css/main.scss index 921cb48..3064706 100644 --- a/twenty-frontend/src/css/main.scss +++ b/twenty-frontend/src/css/main.scss @@ -76,10 +76,8 @@ body { all: unset; display: block; padding: 0px !important; - margin: 0px !important; + margin: 10px 0 7px 0 !important; font-weight: bold; - &:first-child { - padding-top: 10px !important; - } + } }