From addead99dd2fa0dc8d2a8e8897e082ff3855b338 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 6 Mar 2019 10:05:26 -0330 Subject: [PATCH] Fixes the 'Percentages row tracks and gutters' decpracation warning. --- ui/app/components/transaction-list/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/transaction-list/index.scss b/ui/app/components/transaction-list/index.scss index ba7ffd87b0a6..a486f4112053 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; }