Skip to content

Commit

Permalink
fix: make list paragraphs use 100% width (#6273)
Browse files Browse the repository at this point in the history
* Adds width 100% for ol paragraph

---------

Co-authored-by: Nicolas Giard <github@ngpixel.com>
  • Loading branch information
pgi-jsanchez and NGPixel committed Mar 18, 2023
1 parent 8db4be6 commit 4de461f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/themes/default/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,10 @@
display:inline-block;
vertical-align:top;
padding-top:0;

&:first-child {
width: 100%;
}
}
}
}
Expand Down

0 comments on commit 4de461f

Please sign in to comment.