Skip to content
Snippets Groups Projects
Commit d502666c authored by Jared Hancock's avatar Jared Hancock
Browse files

ui: Fixup unnecessary extra spacing in thread body

parent bdfb2f13
No related branches found
No related tags found
No related merge requests found
...@@ -410,7 +410,6 @@ ...@@ -410,7 +410,6 @@
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }
.thread-body > div div:not(.caption),
.thread-body p, .thread-body p,
.thread-body ul, .thread-body ul,
.thread-body ol, .thread-body ol,
...@@ -419,7 +418,7 @@ ...@@ -419,7 +418,7 @@
.thread-body blockquote, .thread-body blockquote,
.thread-body pre { .thread-body pre {
margin: 0; margin: 0;
margin-bottom: 10px !important; margin-bottom: 10px;
border: none; border: none;
background: none !important; background: none !important;
box-shadow: none !important; box-shadow: none !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment