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

* Adds width 100% for ol paragraph

---------

Co-authored-by: Nicolas Giard <github@ngpixel.com>
pull/6305/head v2.5.298
José Roberto Sánchez 1 year ago committed by GitHub
parent 8db4be668b
commit 4de461fe70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -685,6 +685,10 @@
display:inline-block;
vertical-align:top;
padding-top:0;
&:first-child {
width: 100%;
}
}
}
}

Loading…
Cancel
Save