From cac3bf5c56aeebcdc20a6de69c1c50cf226535a6 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 4 Jun 2020 12:52:21 -0300 Subject: [PATCH] Increase padding of empty transaction list (#8738) The top padding of the empty transaction list now mirrors the space below the buttons in the overview. --- ui/app/components/app/transaction-list/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/app/transaction-list/index.scss b/ui/app/components/app/transaction-list/index.scss index 80c0ff500..ad4359ce3 100644 --- a/ui/app/components/app/transaction-list/index.scss +++ b/ui/app/components/app/transaction-list/index.scss @@ -34,7 +34,7 @@ flex: 1; display: grid; grid-template-rows: auto; - padding-top: 8px; + padding-top: 24px; } &__empty-text {