Skip to content

Commit 4de461f

Browse files
fix: make list paragraphs use 100% width (#6273)
* Adds width 100% for ol paragraph --------- Co-authored-by: Nicolas Giard <github@ngpixel.com>
1 parent 8db4be6 commit 4de461f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/themes/default/scss/app.scss

+4
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,10 @@
685685
display:inline-block;
686686
vertical-align:top;
687687
padding-top:0;
688+
689+
&:first-child {
690+
width: 100%;
691+
}
688692
}
689693
}
690694
}

0 commit comments

Comments
 (0)