🐛 fix: bring back rollover arrow in budget page (#1856)

Closes #1845
This commit is contained in:
Matiss Janis Aboltins
2023-11-03 18:44:05 +00:00
committed by GitHub
parent e56cb4bc85
commit 9040cab600
4 changed files with 9 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ export default function BalanceWithCarryover({
alignSelf: 'center',
marginLeft: 2,
position: 'absolute',
right: -4,
right: -8,
top: 0,
bottom: 0,
justifyContent: 'center',

View File

@@ -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' }}
>

View File

@@ -312,6 +312,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({
</Field>
<Field
name="balance"
truncate={false}
width="flex"
style={{ paddingRight: styles.monthRightPadding, textAlign: 'right' }}
>

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---
Fix: bring back rollover arrows in budget page