fix: specify caption-side

fixes #509
This commit is contained in:
Roman Hotsiy 2018-05-28 21:53:58 +03:00
parent 57a32ba116
commit 64801b039f
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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;
`;