Skip to content

Commit

Permalink
fix: specify caption-side
Browse files Browse the repository at this point in the history
fixes #509
  • Loading branch information
RomanHotsiy committed May 28, 2018
1 parent 57a32ba commit 64801b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Responses/styled.elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ export const ResponseDetailsWrap = styled.div`
export const HeadersCaption = UnderlinedHeader.withComponent('caption').extend`
text-align: left;
margin-top: 1em;
caption-side: top;
`;

0 comments on commit 64801b0

Please sign in to comment.