Commit 3b01589c authored by Jarek Ostrowski's avatar Jarek Ostrowski

Add padding to details element in markdown

Add MR to changelog entry
Adjust to give margin bottom to details instead of last-child
Remove trailing whitespace
parent c15be006
......@@ -67,6 +67,18 @@
max-height: calc(100vh - 100px);
}
details {
margin-bottom: $gl-padding;
summary {
margin-bottom: $gl-padding;
}
*:first-child:not(summary) {
margin-top: $gl-padding;
}
}
// Single code lines should wrap
code {
font-family: $monospace-font;
......
---
title: Add some padding to details markdown element
merge_request: 32716
author:
type: fixed
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