Skip to content

Commit 6d3fa9c

Browse files
committed
III-6955: styling grouping
1 parent c9e4e4c commit 6d3fa9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/events/[eventId]/preview/DescriptionPreview.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ const DescriptionPreview = ({ description }: Props) => {
2828
strong {
2929
font-weight: bold;
3030
}
31+
ul,
32+
ol {
33+
margin: 7.5px 0 7.5px 20px;
34+
}
3135
ul {
3236
list-style-type: disc;
33-
margin: 7.5px 0 7.5px 20px;
3437
}
3538
ol {
3639
list-style-type: decimal;
37-
margin: 7.5px 0 7.5px 20px;
3840
}
3941
`}
4042
dangerouslySetInnerHTML={{

0 commit comments

Comments
 (0)