mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
🐛 Fix balance carryover arrow on Firefox (#3535)
* Update BalanceWithCarryover.tsx * Create 3535.md
This commit is contained in:
@@ -33,6 +33,7 @@ export function CarryoverIndicator({ style }: CarryoverIndicatorProps) {
|
||||
position: 'absolute',
|
||||
right: '-4px',
|
||||
alignSelf: 'center',
|
||||
justifyContent: 'center',
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
...style,
|
||||
|
||||
6
upcoming-release-notes/3535.md
Normal file
6
upcoming-release-notes/3535.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Fix balance carryover arrow on Firefox
|
||||
Reference in New Issue
Block a user