Skip to content

Commit

Permalink
fix: fix auth requirements font size
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Aug 9, 2018
1 parent 58ae668 commit d13fe13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SecurityRequirement/SecurityRequirement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ const AuthHeader = UnderlinedHeader.extend`

const Table = styled.table`
width: 100%;
border-collapse: collapse;
font-size: inherit;
`;

export interface SecurityRequirementsProps {
Expand Down

0 comments on commit d13fe13

Please sign in to comment.