aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-status/index.scss
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-08-01 10:37:38 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-08-24 07:44:44 +0800
commit5de48c67a080f2681a005e364eefb9ea1d6b1e12 (patch)
tree17d01455456cc2c8ec2fd80ded94e1e9e3391cd7 /ui/app/components/transaction-status/index.scss
parent01f00a9ca6807dd019a68bf2be8d99cee67a2738 (diff)
downloadtangerine-wallet-browser-5de48c67a080f2681a005e364eefb9ea1d6b1e12.tar.gz
tangerine-wallet-browser-5de48c67a080f2681a005e364eefb9ea1d6b1e12.tar.zst
tangerine-wallet-browser-5de48c67a080f2681a005e364eefb9ea1d6b1e12.zip
Use css grid for TransactionListItem for responsive layout
Diffstat (limited to 'ui/app/components/transaction-status/index.scss')
-rw-r--r--ui/app/components/transaction-status/index.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/transaction-status/index.scss b/ui/app/components/transaction-status/index.scss
index 03a378b4e..95d29f6d3 100644
--- a/ui/app/components/transaction-status/index.scss
+++ b/ui/app/components/transaction-status/index.scss
@@ -11,8 +11,8 @@
align-items: center;
@media screen and (max-width: $break-small) {
- height: 24px;
- width: 74px;
+ height: 16px;
+ width: 70px;
font-size: .5rem;
}