fix: owerwrite text-align to left

This commit is contained in:
Roman Hotsiy 2018-01-09 19:01:37 +02:00
parent d67852f9c4
commit bfee3ed269
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -9,6 +9,7 @@ export const RedocWrap = styled.div`
color: ${props => props.theme.colors.text};
display: flex;
position: relative;
text-align: left;
-webkit-font-smoothing: ${props => props.theme.baseFont.smoothing};
font-smoothing: ${props => props.theme.baseFont.smoothing};