Skip to content

Commit 1d5d543

Browse files
committed
fixed spacing on TCO leaderboards
1 parent 1e103d3 commit 1d5d543

File tree

1 file changed

+6
-3
lines changed
  • src/shared/components/Dashboard/TCOLeaderboards

1 file changed

+6
-3
lines changed

src/shared/components/Dashboard/TCOLeaderboards/styles.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
background-image: linear-gradient(225deg, #31a0ca 0%, #16679a 100%);
55
border-radius: 8px;
66
width: auto;
7-
padding: 12px 6px 7px;
7+
padding: 12px 0 0;
88
margin-bottom: 20px;
99
}
1010

@@ -51,7 +51,8 @@
5151

5252
.dropdown-wrapper {
5353
position: relative;
54-
width: 108px;
54+
min-width: 108px;
55+
width: auto;
5556
height: 26px;
5657

5758
.chevronDown {
@@ -140,7 +141,7 @@
140141
display: flex;
141142
align-items: center;
142143
justify-content: flex-start;
143-
margin: 6px 0;
144+
margin: 12px 0;
144145
padding: 0 8px;
145146
width: 100%;
146147

@@ -156,10 +157,12 @@
156157
> .index {
157158
text-align: left;
158159
width: 15px;
160+
margin-right: 0;
159161
}
160162

161163
> .handle {
162164
flex: 1;
165+
margin-left: 0;
163166
}
164167

165168
> .tcoPoints {

0 commit comments

Comments
 (0)