Display each security requirement on a new line

This commit is contained in:
Jon Nicholson 2019-03-19 15:32:01 +00:00
parent 2f65f051e0
commit 7199828af2

View File

@ -38,6 +38,8 @@ const SecurityRequirementAndWrap = styled.span`
`;
const SecurityRequirementOrWrap = styled.span`
display: block;
&:before {
content: '( ';
font-weight: bold;