mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 22:24:54 +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`
|
const SecurityRequirementOrWrap = styled.span`
|
||||||
|
display: block;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '( ';
|
content: '( ';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user