From 125510c981dd938772e9455072c8b61b43a64045 Mon Sep 17 00:00:00 2001 From: Michael Clark <5285928+MikesGlitch@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:55:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20Fix=20balance=20carryover=20a?= =?UTF-8?q?rrow=20on=20Firefox=20(#3535)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update BalanceWithCarryover.tsx * Create 3535.md --- .../src/components/budget/BalanceWithCarryover.tsx | 1 + upcoming-release-notes/3535.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 upcoming-release-notes/3535.md diff --git a/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx b/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx index c751cc14a2..b82be3ba84 100644 --- a/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx +++ b/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx @@ -33,6 +33,7 @@ export function CarryoverIndicator({ style }: CarryoverIndicatorProps) { position: 'absolute', right: '-4px', alignSelf: 'center', + justifyContent: 'center', top: 0, bottom: 0, ...style, diff --git a/upcoming-release-notes/3535.md b/upcoming-release-notes/3535.md new file mode 100644 index 0000000000..3fa0f6137b --- /dev/null +++ b/upcoming-release-notes/3535.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MikesGlitch] +--- + +Fix balance carryover arrow on Firefox