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

* Adds width 100% for ol paragraph

---------

Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
José Roberto Sánchez 2023-03-17 18:12:54 -06:00 committed by GitHub
parent 8db4be668b
commit 4de461fe70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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