diff --git a/artifacts/tx-os/src/pages/executive-meetings.tsx b/artifacts/tx-os/src/pages/executive-meetings.tsx index fdc65b6a..dd3ae1bd 100644 --- a/artifacts/tx-os/src/pages/executive-meetings.tsx +++ b/artifacts/tx-os/src/pages/executive-meetings.tsx @@ -7806,10 +7806,15 @@ function FormRow({ : mobileFull ? "col-span-2 sm:col-span-1" : ""; + // `min-w-0` is required so children with `w-full` (or intrinsic widths, + // like iOS native ``) can't push the grid column + // wider than its track. Without it, RTL grids on iPad landscape end up + // with one cell overflowing across its neighbour. `w-full` on the + // inner wrapper makes sure the input fills its column. return ( -
{hint}
}