Skip to content

Commit 9fd0fa5

Browse files
authored
Merge pull request #14350 from guardian/fix-li-wrapping
Improve list item text wrapping
2 parents 16147bd + c6c51fd commit 9fd0fa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotcom-rendering/src/components/TextBlockComponent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ export const textBlockStyles = (format: ArticleFormat) => css`
187187
li {
188188
margin-bottom: ${remSpace[1]};
189189
padding-left: ${remSpace[5]};
190-
display: flow-root;
191190
192191
p {
193192
margin: -1.5rem 0 0 0;

0 commit comments

Comments
 (0)