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 {