🐛Fixed render issue with code blocks in lists (#436)

Closes #415

* Add max-width to ul & ol tags
This commit is contained in:
Paul Corbett 2018-02-27 15:43:39 +11:00 committed by Aileen Nowak
parent a6eb6848de
commit 1e10549ee2
1 changed files with 5 additions and 1 deletions

View File

@ -267,7 +267,6 @@ th {
padding: 0;
}
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@ -360,6 +359,11 @@ ol {
list-style: decimal;
}
ul,
ol {
max-width: 100%;
}
li {
margin: 0.5em 0;
padding-left: 0.3em;