From f69180c174aba91746c95a18f0a0b9914fdd42c2 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Mon, 14 Aug 2023 09:52:52 -0500 Subject: [PATCH] UX: Remove unwanted spacing from last NFT collection (#20442) --- ui/components/app/nfts-items/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/components/app/nfts-items/index.scss b/ui/components/app/nfts-items/index.scss index 225cd2149..f8d7839fb 100644 --- a/ui/components/app/nfts-items/index.scss +++ b/ui/components/app/nfts-items/index.scss @@ -2,6 +2,10 @@ &__collection { margin-bottom: 24px; + &:last-child { + margin-bottom: 0; + } + &-accordion-title { cursor: pointer; }