fix: fix auth requirements font size

This commit is contained in:
Roman Hotsiy 2018-08-09 08:53:35 +03:00
parent 58ae668f64
commit d13fe13eb8
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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 {