From 81d7337ce8d3c2bb9f461fda8508603cbc181a65 Mon Sep 17 00:00:00 2001 From: Catherine Renelle <32781029+catrenelle@users.noreply.github.com> Date: Sun, 15 Feb 2026 22:47:32 -0500 Subject: [PATCH] Make account cards equal height with bottom-aligned actions Co-Authored-By: Claude Opus 4.6 --- frontend/src/views/accounts/AccountsView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/accounts/AccountsView.vue b/frontend/src/views/accounts/AccountsView.vue index 23630eb..6e6cd3c 100644 --- a/frontend/src/views/accounts/AccountsView.vue +++ b/frontend/src/views/accounts/AccountsView.vue @@ -8,7 +8,7 @@ - + {{ accountTypeIcon(account.type) }} {{ account.name }} @@ -24,6 +24,7 @@
APR: {{ account.interestRate }}%
+ Edit Loan Details