From b41e32915f2bda9e40986d2a5845c65912bce62b Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 15 Dec 2021 01:15:16 +0400 Subject: [PATCH 1/2] Fixing broken RBF alert fixes #516 --- .../transaction/transaction.component.html | 2 -- .../transaction/transaction.component.scss | 22 +++++-------------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 1085f6335..818f7891b 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -20,8 +20,6 @@ - -
- +
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index d7d9fb5df..c1ebd29a2 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -127,7 +127,6 @@ } } - .title { h2 { line-height: 1; @@ -137,7 +136,14 @@ } .btn-outline-info { - margin-top: -10px; + margin-top: 5px; + @media (min-width: 768px){ + margin-top: 0px; + } +} + +.details-button { + margin-top: -5px; @media (min-width: 768px){ display: inline-block; margin-top: 0px;