mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
fix: fix auth requirements font size
This commit is contained in:
parent
58ae668f64
commit
d13fe13eb8
|
@ -94,6 +94,8 @@ const AuthHeader = UnderlinedHeader.extend`
|
|||
|
||||
const Table = styled.table`
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-size: inherit;
|
||||
`;
|
||||
|
||||
export interface SecurityRequirementsProps {
|
||||
|
|
Loading…
Reference in New Issue
Block a user