From de95dd9c77b32ace408002ae63669956fbbd6949 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 30 Jun 2024 22:20:44 +0900 Subject: [PATCH] removing margin causing table jump --- .../src/app/components/transaction/transaction.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index 80caa6003..b43c63c2c 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -300,7 +300,6 @@ .accelerateDeepMempool { align-self: auto; - margin-top: 3px; margin-left: auto; background-color: var(--tertiary); @media (max-width: 995px) {