Skip to content

Commit

Permalink
fix: owerwrite text-align to left
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jan 9, 2018
1 parent d67852f commit bfee3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Redoc/elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit bfee3ed

Please sign in to comment.