mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-12 09:12:23 +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};
|
color: ${props => props.theme.colors.text};
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
-webkit-font-smoothing: ${props => props.theme.baseFont.smoothing};
|
-webkit-font-smoothing: ${props => props.theme.baseFont.smoothing};
|
||||||
font-smoothing: ${props => props.theme.baseFont.smoothing};
|
font-smoothing: ${props => props.theme.baseFont.smoothing};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user