From df0c7be80857856bf0fa7f5dddb48ddd034f6944 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Wed, 6 Mar 2019 11:18:36 -0330 Subject: Fixes the 'Percentages row tracks and gutters' decpracation warning. (#6244) --- ui/app/components/transaction-list/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components') 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; } -- cgit