We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f56b5 commit a9e621cCopy full SHA for a9e621c
web/src/components/DisputePreview/DisputeContext.tsx
@@ -50,7 +50,7 @@ const Answer = styled.div`
50
margin: 0px;
51
display: flex;
52
flex-wrap: wrap;
53
- gap: ${responsiveSize(2, 8)};
+ gap: 6px;
54
> label {
55
max-width: 100%;
56
}
web/src/components/Verdict/FinalDecision.tsx
@@ -33,7 +33,7 @@ const JuryContainer = styled.div`
33
flex-direction: row;
34
35
align-items: center;
36
- gap: 8px;
+ gap: 4px 7px;
37
38
h3 {
39
line-height: 21px;
0 commit comments