mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
Display each security requirement on a new line
This commit is contained in:
parent
2f65f051e0
commit
7199828af2
|
@ -38,6 +38,8 @@ const SecurityRequirementAndWrap = styled.span`
|
|||
`;
|
||||
|
||||
const SecurityRequirementOrWrap = styled.span`
|
||||
display: block;
|
||||
|
||||
&:before {
|
||||
content: '( ';
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue
Block a user