mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
fixes
This commit is contained in:
parent
51511e3fad
commit
7e187d83cb
5247
demo/tt.json
5247
demo/tt.json
File diff suppressed because one or more lines are too long
|
@ -17,7 +17,7 @@ export const StyledDropdown = styled(Dropdown)`
|
|||
min-width: 100px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
font-family: ${props => props.theme.typography.headings.fontFamily};
|
||||
|
||||
.Dropdown-control {
|
||||
|
|
|
@ -85,7 +85,7 @@ const defaultTheme: ThemeInterface = {
|
|||
nestingSpacing: '1em',
|
||||
nestedBackground: '#fafafa',
|
||||
arrow: {
|
||||
size: '1.1em',
|
||||
size: '1.4em',
|
||||
color: theme => theme.colors.text.secondary,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user