aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/currency-display/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/currency-display/index.scss')
-rw-r--r--ui/app/components/currency-display/index.scss10
1 files changed, 10 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..8c0196102
--- /dev/null
+++ b/ui/app/components/currency-display/index.scss
@@ -0,0 +1,10 @@
+.currency-display-component {
+ display: flex;
+ align-items: center;
+
+ &__text {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+}