From 0c2404c6d7b006acc64875abaf0ff24ed641055e Mon Sep 17 00:00:00 2001 From: Brad Decker Date: Tue, 15 Sep 2020 14:33:49 -0500 Subject: [PATCH] fix button spacing on activity list (#9410) --- ui/app/components/app/transaction-list-item/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/app/components/app/transaction-list-item/index.scss b/ui/app/components/app/transaction-list-item/index.scss index 53ab7dc94..b27ea562b 100644 --- a/ui/app/components/app/transaction-list-item/index.scss +++ b/ui/app/components/app/transaction-list-item/index.scss @@ -29,6 +29,10 @@ line-height: 1rem; } + & > .button:first-child { + margin-right: 6px; + } + &:empty { padding-top: 0; }