Skip to content

Commit 24b0a16

Browse files
committed
fix: nitpick in court link inside case overview
1 parent 4473dc3 commit 24b0a16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/src/components/Field.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ const FieldContainer = styled.div<FieldContainerProps>`
5959
`};
6060
`;
6161

62-
const LinkContainer = styled.div``;
62+
const LinkContainer = styled.div`
63+
padding-bottom: 1px;
64+
`;
6365

6466
const StyledInternalLink = styled(InternalLink)`
6567
text-wrap: auto;

0 commit comments

Comments
 (0)