From e365b7b14f62314e7bc05dec521a1b06be1d713b Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Wed, 21 May 2025 16:53:01 +0200 Subject: [PATCH] ui: changing style spaces --- frontend/app/styles/main.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/app/styles/main.css b/frontend/app/styles/main.css index b2b936e51..b36892bb6 100644 --- a/frontend/app/styles/main.css +++ b/frontend/app/styles/main.css @@ -408,12 +408,13 @@ svg { } .markdown-body p { - margin: 0!important; + margin-top: 6px!important; + margin-bottom: 6px!important; } -.markdown-body ul { - margin-top: 4px!important; - margin-bottom: 4px!important; +.markdown-body ul, .markdown-body ol { + margin-top: 6px!important; + margin-bottom: 6px!important; } .markdown-body ul {