Merge pull request #123 from Calinou/fix-pre-overflow-y

Fix `pre` tags overflowing from their block
This commit is contained in:
Rémi Verschelde
2020-03-01 14:47:06 +01:00
committed by GitHub

View File

@@ -511,6 +511,7 @@ pre {
background-color: rgba(0, 0, 0, .05);
padding: 8px;
border-radius: 2px;
overflow-y: auto;
}
pre > code {
padding-left: 0px;