Skip to content
Snippets Groups Projects
Commit 3b01589c authored by Jarek Ostrowski's avatar Jarek Ostrowski
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
---
title: Add some padding to details markdown element
merge_request: 32716
author:
type: fixed
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