Skip to content

Commit bfee3ed

Browse files
committed
fix: owerwrite text-align to left
1 parent d67852f commit bfee3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Redoc/elements.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const RedocWrap = styled.div`
99
color: ${props => props.theme.colors.text};
1010
display: flex;
1111
position: relative;
12+
text-align: left;
1213
1314
-webkit-font-smoothing: ${props => props.theme.baseFont.smoothing};
1415
font-smoothing: ${props => props.theme.baseFont.smoothing};

0 commit comments

Comments
 (0)