mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
fix balance menu alignment (#4729)
* fix alignment * note * fix mobile * Fix for width --------- Co-authored-by: Leandro Menezes <lelemm@gmail.com>
This commit is contained in:
@@ -443,7 +443,7 @@ export const ExpenseCategoryMonth = memo(function ExpenseCategoryMonth({
|
||||
placement="bottom end"
|
||||
isOpen={balanceMenuOpen}
|
||||
onOpenChange={() => setBalanceMenuOpen(false)}
|
||||
style={{ width: 200, margin: 1 }}
|
||||
style={{ margin: 1 }}
|
||||
isNonModal
|
||||
{...balancePosition}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user