aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2019-03-06 22:48:36 +0800
committerGitHub <noreply@github.com>2019-03-06 22:48:36 +0800
commitdf0c7be80857856bf0fa7f5dddb48ddd034f6944 (patch)
treee831715d8c4a83665a6dc39e4c4fd2ff1acfc96a
parentdc794566958260541a7fd7125cd5f38e8972feba (diff)
downloadtangerine-wallet-browser-df0c7be80857856bf0fa7f5dddb48ddd034f6944.tar
tangerine-wallet-browser-df0c7be80857856bf0fa7f5dddb48ddd034f6944.tar.gz
tangerine-wallet-browser-df0c7be80857856bf0fa7f5dddb48ddd034f6944.tar.bz2
tangerine-wallet-browser-df0c7be80857856bf0fa7f5dddb48ddd034f6944.tar.lz
tangerine-wallet-browser-df0c7be80857856bf0fa7f5dddb48ddd034f6944.tar.xz
tangerine-wallet-browser-df0c7be80857856bf0fa7f5dddb48ddd034f6944.tar.zst
tangerine-wallet-browser-df0c7be80857856bf0fa7f5dddb48ddd034f6944.zip
Fixes the 'Percentages row tracks and gutters' decpracation warning. (#6244)
-rw-r--r--ui/app/components/transaction-list/index.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/transaction-list/index.scss b/ui/app/components/transaction-list/index.scss
index ba7ffd87b..a486f4112 100644
--- a/ui/app/components/transaction-list/index.scss
+++ b/ui/app/components/transaction-list/index.scss
@@ -33,7 +33,7 @@
&__empty {
flex: 1;
display: grid;
- grid-template-rows: 35% 1fr;
+ grid-template-rows: auto;
padding-top: 8px;
}