Skip to content

Commit d416db1

Browse files
committed
Resolves velopert#175
Apply code style inside ul or ol
1 parent 73ae1b1 commit d416db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Typography.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TypographyBlock = styled.div`
1010
letter-spacing: -0.004em;
1111
word-break: keep-all;
1212
word-wrap: break-word;
13-
p {
13+
ul, ol, p {
1414
/* ${media.xxlarge} {
1515
color: ${palette.gray8};
1616
font-weight: 300;

0 commit comments

Comments
 (0)