Skip to content

Commit a9e621c

Browse files
committed
chore: gap adjustments
1 parent 00f56b5 commit a9e621c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/components/DisputePreview/DisputeContext.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Answer = styled.div`
5050
margin: 0px;
5151
display: flex;
5252
flex-wrap: wrap;
53-
gap: ${responsiveSize(2, 8)};
53+
gap: 6px;
5454
> label {
5555
max-width: 100%;
5656
}

web/src/components/Verdict/FinalDecision.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const JuryContainer = styled.div`
3333
flex-direction: row;
3434
flex-wrap: wrap;
3535
align-items: center;
36-
gap: 8px;
36+
gap: 4px 7px;
3737
3838
h3 {
3939
line-height: 21px;

0 commit comments

Comments
 (0)