Skip to content

Commit

Permalink
chore: position
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Feb 15, 2025
1 parent 97fc94d commit 973589e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/library/Stat/Wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const Wrapper = styled.div<{ $isAddress?: boolean }>`
position: absolute;
display: flex;
left: 0;
top: 0;
top: 0.4rem;
flex-flow: row wrap;
align-items: center;
}
Expand Down

0 comments on commit 973589e

Please sign in to comment.