mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
fix: owerwrite text-align to left
This commit is contained in:
parent
d67852f9c4
commit
bfee3ed269
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue
Block a user