Skip to content

Commit 64801b0

Browse files
committed
fix: specify caption-side
fixes #509
1 parent 57a32ba commit 64801b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Responses/styled.elements.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ export const ResponseDetailsWrap = styled.div`
3838
export const HeadersCaption = UnderlinedHeader.withComponent('caption').extend`
3939
text-align: left;
4040
margin-top: 1em;
41+
caption-side: top;
4142
`;

0 commit comments

Comments
 (0)