mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: fix dropdown style
This commit is contained in:
parent
8678615a0e
commit
f0cf5fe149
|
@ -15,7 +15,7 @@ export const Dropdown = styled(DropdownComponent)<{
|
|||
vertical-align: bottom;
|
||||
width: ${({ fullWidth }) => (fullWidth ? '100%' : 'auto')};
|
||||
text-transform: none;
|
||||
padding: 0 8px 0 4px;
|
||||
padding: 0 22px 0 4px;
|
||||
|
||||
font-size: 0.929em;
|
||||
line-height: 1.5em;
|
||||
|
|
|
@ -37,7 +37,7 @@ export const InvertedSimpleDropdown = styled(Dropdown)`
|
|||
text-transform: none;
|
||||
border: none;
|
||||
}
|
||||
margin: 0 0 10px 10px;
|
||||
margin: 0 0 10px 0;
|
||||
display: block;
|
||||
background-color: ${({ theme }) => transparentize(0.6, theme.rightPanel.backgroundColor)};
|
||||
border: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user