From a7d82d68ef2965bd4eed6a17019a144773b1ecb0 Mon Sep 17 00:00:00 2001 From: Riyadh Date: Tue, 19 May 2026 19:42:13 +0000 Subject: [PATCH] Improve reschedule dialog layout and input styling on mobile devices Update styling for date and time inputs in the reschedule dialog to improve mobile responsiveness and visual appearance, including stacking elements on smaller screens and adjusting input sizes. --- .../upcoming-meeting-alert.tsx | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx b/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx index c60a6145..59c78471 100644 --- a/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx +++ b/artifacts/tx-os/src/components/executive-meetings/upcoming-meeting-alert.tsx @@ -1772,9 +1772,9 @@ function PostponeDialog({ `min-w-0` lets each cell shrink inside its track so inputs respect their cell, and `w-full` on the Input ensures it fills the cell. */} -
-
-