Skip to content
Snippets Groups Projects
Unverified Commit 4de461fe authored by José Roberto Sánchez's avatar José Roberto Sánchez Committed by GitHub
Browse files

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


* Adds width 100% for ol paragraph

---------

Co-authored-by: default avatarNicolas Giard <github@ngpixel.com>
parent 8db4be66
Branches
Tags v2.5.298
No related merge requests found
......@@ -685,6 +685,10 @@ .v-main .contents {
display:inline-block;
vertical-align:top;
padding-top:0;
&:first-child {
width: 100%;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment