Skip to content

Commit f845a26

Browse files
committed
fix(web): small padding adjustment in mobile in case overview
1 parent c4848a9 commit f845a26

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

web/src/components/DisputeCard/DisputeInfo.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,9 @@ const CourtBranchFieldContainer = styled.div<{ isList?: boolean; isOverview?: bo
3535
${({ isOverview }) =>
3636
isOverview &&
3737
css`
38-
${landscapeStyle(
39-
() => css`
40-
display: flex;
41-
margin-top: 16px;
42-
flex-wrap: wrap;
43-
`
44-
)}
38+
display: flex;
39+
margin-top: 16px;
40+
flex-wrap: wrap;
4541
`};
4642
`;
4743

0 commit comments

Comments
 (0)