BigW Consortium Gitlab

Add bottom margin to highlighed code block in comment/wiki

parent 80daf9a7
...@@ -355,3 +355,7 @@ table { ...@@ -355,3 +355,7 @@ table {
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
.container .content { margin-top: 20px; } .container .content { margin-top: 20px; }
} }
.wiki .highlight, .note-body .highlight {
margin-bottom: 9px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment