mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
committed by
GitHub
parent
e56cb4bc85
commit
9040cab600
@@ -48,7 +48,7 @@ export default function BalanceWithCarryover({
|
||||
alignSelf: 'center',
|
||||
marginLeft: 2,
|
||||
position: 'absolute',
|
||||
right: -4,
|
||||
right: -8,
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
justifyContent: 'center',
|
||||
|
||||
@@ -360,6 +360,7 @@ export const CategoryMonth = memo(function CategoryMonth({
|
||||
{!category.is_income && (
|
||||
<Field
|
||||
name="balance"
|
||||
truncate={false}
|
||||
width="flex"
|
||||
style={{ paddingRight: styles.monthRightPadding, textAlign: 'right' }}
|
||||
>
|
||||
|
||||
@@ -312,6 +312,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({
|
||||
</Field>
|
||||
<Field
|
||||
name="balance"
|
||||
truncate={false}
|
||||
width="flex"
|
||||
style={{ paddingRight: styles.monthRightPadding, textAlign: 'right' }}
|
||||
>
|
||||
|
||||
6
upcoming-release-notes/1856.md
Normal file
6
upcoming-release-notes/1856.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix: bring back rollover arrows in budget page
|
||||
Reference in New Issue
Block a user