Skip to content

Commit d164898

Browse files
committed
fix(web): style adjustment in stake and lockedstake components
1 parent 255f03d commit d164898

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

web/src/pages/Dashboard/Courts/CourtCard/DesktopCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const StakesContainer = styled.div`
3434
flex-direction: row;
3535
align-items: center;
3636
justify-content: space-between;
37-
width: 220px;
3837
gap: 32px;
3938
`;
4039

web/src/pages/Dashboard/Courts/CourtCard/LockedStake.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const StyledLabel = styled.label`
88
justify-content: flex-end;
99
color: ${({ theme }) => theme.primaryText};
1010
font-size: 16px;
11+
text-align: right;
1112
1213
${landscapeStyle(
1314
() => css`

web/src/pages/Dashboard/Courts/CourtCard/Stake.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const StyledLabel = styled.label`
1111
1212
${landscapeStyle(
1313
() => css`
14-
width: 140px;
1514
justify-content: flex-end;
1615
`
1716
)}

0 commit comments

Comments
 (0)