mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +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`
|
const Table = styled.table`
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
font-size: inherit;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export interface SecurityRequirementsProps {
|
export interface SecurityRequirementsProps {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user