Skip to content

Commit

Permalink
chore: gap adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Dec 6, 2024
1 parent 00f56b5 commit a9e621c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/DisputePreview/DisputeContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Answer = styled.div`
margin: 0px;
display: flex;
flex-wrap: wrap;
gap: ${responsiveSize(2, 8)};
gap: 6px;
> label {
max-width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Verdict/FinalDecision.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const JuryContainer = styled.div`
flex-direction: row;
flex-wrap: wrap;
align-items: center;
gap: 8px;
gap: 4px 7px;
h3 {
line-height: 21px;
Expand Down

0 comments on commit a9e621c

Please sign in to comment.