From c34be2a334562e072d369f7cab34a6360d711b37 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 3 Jul 2024 21:18:33 +0900 Subject: [PATCH] fix malplaced details button --- .../src/app/components/transaction/transaction.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index af874dcdc..589320a86 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -198,7 +198,7 @@ } } -.accelerator-toggle { +.accelerator-toggle, .details-button { position: relative; bottom: -18px; }