Merge pull request #7540 from mgeier/clear-highlight

basic theme: set "clear: both" on "highlight*" divs
This commit is contained in:
Takeshi KOMIYA
2020-04-23 21:49:53 +09:00
committed by GitHub
+1 -1
View File
@@ -327,7 +327,7 @@ p.sidebar-title {
font-weight: bold;
}
div.admonition, div.topic, pre {
div.admonition, div.topic, pre, div[class|="highlight"] {
clear: both;
}