From acefa1da1283c57c133a7e9d25ee77b691ea751c Mon Sep 17 00:00:00 2001 From: erio Date: Mon, 9 Mar 2026 20:18:12 +0800 Subject: [PATCH] fix(frontend): stack quota badges vertically in capacity column QuotaBadge components (daily/weekly/total) were wrapped in a horizontal flex container, making them visually inconsistent with other capacity badges (concurrency, window cost, sessions, RPM) which stack vertically. Remove the wrapper so all badges align consistently. Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/account/AccountCapacityCell.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/account/AccountCapacityCell.vue b/frontend/src/components/account/AccountCapacityCell.vue index 301277ec..b077264d 100644 --- a/frontend/src/components/account/AccountCapacityCell.vue +++ b/frontend/src/components/account/AccountCapacityCell.vue @@ -73,11 +73,9 @@ -
- - - -
+ + +