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 255f03d commit d164898Copy full SHA for d164898
web/src/pages/Dashboard/Courts/CourtCard/DesktopCard.tsx
@@ -34,7 +34,6 @@ const StakesContainer = styled.div`
34
flex-direction: row;
35
align-items: center;
36
justify-content: space-between;
37
- width: 220px;
38
gap: 32px;
39
`;
40
web/src/pages/Dashboard/Courts/CourtCard/LockedStake.tsx
@@ -8,6 +8,7 @@ const StyledLabel = styled.label`
8
justify-content: flex-end;
9
color: ${({ theme }) => theme.primaryText};
10
font-size: 16px;
11
+ text-align: right;
12
13
${landscapeStyle(
14
() => css`
web/src/pages/Dashboard/Courts/CourtCard/Stake.tsx
@@ -11,7 +11,6 @@ const StyledLabel = styled.label`
- width: 140px;
15
16
`
17
)}
0 commit comments