mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -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',
|
position: 'absolute',
|
||||||
right: '-4px',
|
right: '-4px',
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
|
justifyContent: 'center',
|
||||||
top: 0,
|
top: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
...style,
|
...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