Skip to content

Commit b1a1db1

Browse files
authored
Merge pull request velopert#176 from velopert/fix/code-style-on-ul-and-ol
Resolves velopert#175
2 parents 73ae1b1 + d416db1 commit b1a1db1

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)