From 2b55ba78d701a7735847afec3f22bd3504f47019 Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Mon, 17 Nov 2025 13:50:58 +0100 Subject: [PATCH] Improve billedTo radio buttons layout to single row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the layout to display the label and radio buttons in a single horizontal row for better visual alignment and more compact design. Before: Label on separate line above radio buttons After: Label and radio buttons aligned horizontally 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/ui/BillEditForm.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index 6c6d8a4..08343b8 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -209,10 +209,8 @@ export const BillEditForm:FC = ({ location, bill }) => {
-