Skip to content

Commit 4bff805

Browse files
committed
balance total css fixes
1 parent 718fb43 commit 4bff805

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css/ethplorer.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,9 @@ a.dashed {
668668
white-space: nowrap;
669669
text-overflow: ellipsis;
670670
line-height: 1em;
671-
overflow-x: hidden;
671+
overflow: hidden;
672+
position: relative;
673+
top: 2px;
672674
}
673675

674676
.total-supply-usd {

0 commit comments

Comments
 (0)