aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-balance/index.scss
blob: 2ff6dfbc81383fb237383e6efdeb1dbe822a8077 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.token-balance-component {
  display: flex;
  align-items: center;

  &__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  &__suffix {
    padding-left: 4px;
  }
}