RootCauseunvalidated

`DialogContent` has a `max-w-lg` around `32rem` 512px for large screens and `:max-w-md` for smaller screens. — add some margin to a shadcn dialog when viewing on a phone. Tension: add a tailwind class `w-11/12` - making the width not 100%. Outcome: One way around it is first to note that `DialogContent` has a `max-w-lg` around `32rem` 512px for large screens and `:max-w-md` for smaller screens.

bcdd0f65-5bcd-4be5-b18b-142e2a68db68

DialogContent has a max-w-lg around 32rem 512px for large screens and :max-w-md for smaller screens. — add some margin to a shadcn dialog when viewing on a phone. Tension: add a tailwind class w-11/12 - making the width not 100%. Outcome: One way around it is first to note that DialogContent has a max-w-lg around 32rem 512px for large screens and :max-w-md for smaller screens.