Fix formatting of code blocks in admonitions

This commit is contained in:
Joe Rickerby
2021-04-23 12:42:44 +01:00
parent c6ede9b542
commit a50dffd844
+8
View File
@@ -40,6 +40,14 @@ h1, h2, h3, h4, h5, h6 {
white-space: normal;
}
.rst-content .admonition {
line-height: inherit;
}
.admonition code {
border: none;
}
/*
Code block filename style