mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-03 17:35:46 +03:00
fix: add oneOf buttons vertical space when wrapped to new line
This commit is contained in:
parent
ce885f864a
commit
cd9fd61831
|
@ -18,6 +18,7 @@ export const OneOfLabel = styled.span`
|
|||
export const OneOfButton = styled.li<{ active: boolean }>`
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 0.8em;
|
||||
cursor: pointer;
|
||||
border: 1px solid ${props => props.theme.colors.primary.main};
|
||||
|
|
Loading…
Reference in New Issue
Block a user