_sass/centos/mixins/_content.scss in jekyll-theme-centos-0.9.20220212195701 vs _sass/centos/mixins/_content.scss in jekyll-theme-centos-0.9.20220212202853
- old
+ new
@@ -23,10 +23,11 @@
}
pre {
font-family: "overpass-mono";
@extend .highlight, .pre-scrollable;
- padding: 5px 10px;
+ padding: 8px;
+ min-height: 41px; // prevents the copy-to-clipboard button from being cut on empty blocks.
}
code {
font-family: "overpass-mono";
}