diff options
Diffstat (limited to 'ui/app/components/currency-display/index.scss')
-rw-r--r-- | ui/app/components/currency-display/index.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/app/components/currency-display/index.scss b/ui/app/components/currency-display/index.scss new file mode 100644 index 000000000..313c932b8 --- /dev/null +++ b/ui/app/components/currency-display/index.scss @@ -0,0 +1,14 @@ +.currency-display-component { + display: flex; + align-items: center; + + &__text { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + + &__suffix { + padding-left: 4px; + } +} |