From 35e108aa1ce946d9b58b64171857b39b3e32f2d4 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 22 Nov 2023 19:26:04 +0900 Subject: [PATCH] Accelerate button height fix --- .../src/app/components/transaction/transaction.component.html | 4 ++-- .../src/app/components/transaction/transaction.component.scss | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 3e9c2bf52..6a2cdfb92 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -120,7 +120,7 @@ In several hours (or more) - Accelerate + Accelerate @@ -130,7 +130,7 @@ - Accelerate + Accelerate diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index 38c4d7755..8a3e13102 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -61,7 +61,7 @@ } .btn-small-height { - line-height: 1.1; + line-height: 1; } .arrow-green { @@ -259,7 +259,6 @@ .accelerate { display: flex !important; align-self: auto; - margin-top: 3px; margin-left: auto; background-color: #653b9c; @media (max-width: 849px) {