diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-09-18 09:32:35 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-09-20 05:31:10 +0800 |
commit | 95e1eff4ca3d784d6fcba21035a535f8f3398cdc (patch) | |
tree | 09817f5883a4217f8e5d3f632e8943a764db5627 /ui/app/components/transaction-activity-log | |
parent | 5a6c333506e4000602c1a1106cee6d06fe83afa8 (diff) | |
download | tangerine-wallet-browser-95e1eff4ca3d784d6fcba21035a535f8f3398cdc.tar tangerine-wallet-browser-95e1eff4ca3d784d6fcba21035a535f8f3398cdc.tar.gz tangerine-wallet-browser-95e1eff4ca3d784d6fcba21035a535f8f3398cdc.tar.bz2 tangerine-wallet-browser-95e1eff4ca3d784d6fcba21035a535f8f3398cdc.tar.lz tangerine-wallet-browser-95e1eff4ca3d784d6fcba21035a535f8f3398cdc.tar.xz tangerine-wallet-browser-95e1eff4ca3d784d6fcba21035a535f8f3398cdc.tar.zst tangerine-wallet-browser-95e1eff4ca3d784d6fcba21035a535f8f3398cdc.zip |
Add TransactionDetails modal
Diffstat (limited to 'ui/app/components/transaction-activity-log')
-rw-r--r-- | ui/app/components/transaction-activity-log/index.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ui/app/components/transaction-activity-log/index.scss b/ui/app/components/transaction-activity-log/index.scss index a9933dac6..27f3006b3 100644 --- a/ui/app/components/transaction-activity-log/index.scss +++ b/ui/app/components/transaction-activity-log/index.scss @@ -51,9 +51,12 @@ &__activity-text { color: $scorpion; font-size: .75rem; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + + @media screen and (min-width: $break-large) { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } } &__value { |