From 49b62fbfb519389396085f5ad6bb4dc9fc6302cd Mon Sep 17 00:00:00 2001 From: shats Date: Tue, 17 Feb 2026 12:14:06 +0700 Subject: [PATCH] refactor(BillingCard): wrap action buttons in a button group for improved layout and accessibility --- .../src/components/billing/BillingCard.jsx | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/frontend/src/components/billing/BillingCard.jsx b/frontend/src/components/billing/BillingCard.jsx index 93f7460..1902294 100644 --- a/frontend/src/components/billing/BillingCard.jsx +++ b/frontend/src/components/billing/BillingCard.jsx @@ -168,29 +168,31 @@ export default function BillingCard({ {/* Правая часть: действия */}
- - - +
+ + + +