Unverified Commit 4de461fe authored by José Roberto Sánchez's avatar José Roberto Sánchez Committed by GitHub

fix: make list paragraphs use 100% width (#6273)

* Adds width 100% for ol paragraph --------- Co-authored-by: 's avatarNicolas Giard <github@ngpixel.com>
parent 8db4be66
......@@ -685,6 +685,10 @@
display:inline-block;
vertical-align:top;
padding-top:0;
&:first-child {
width: 100%;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment