From 8c5a41cc014566334e146c55d1f0f990415ec21b Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 7 Feb 2024 22:32:00 -0300 Subject: [PATCH] frontend: improve preview render --- twenty-frontend/src/css/main.scss | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/twenty-frontend/src/css/main.scss b/twenty-frontend/src/css/main.scss index f17bba1..bfee3a6 100644 --- a/twenty-frontend/src/css/main.scss +++ b/twenty-frontend/src/css/main.scss @@ -52,17 +52,20 @@ body { } .markdown { + ul { + all:unset; + li { + margin-left: 20px; + } + } + + p { + padding: 0px; + } + h1, h2, h3, h4, h5, h6, h7 { margin: 0 !important; @extend .pt-3; @extend .pb-3; } - - p, - ul, - ul li, - input[type='checkbox'] { - margin: 0 !important; - padding: 0 !important; - } }