aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/currency-display/index.scss
blob: 8c0196102bb8c827bc0d55043c9c95b88ab6a070 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.currency-display-component {
  display: flex;
  align-items: center;

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