iachat/app/javascript/dashboard/components-next/NewConversation
Gabriel Jablonski 6ef7f29348
fix(compose-conversation): allow modal to shrink on narrow viewports (#280)
Wrappers around the conversation/group forms had a hardcoded w-[42rem] without min-w-0, so on viewports below 672px the modal overflowed both sides. The forms themselves also forced w-[42rem] on a flex-col cross axis, which kept overflowing the wrapper after it shrank. Add min-w-0 to the wrappers and let the forms follow the wrapper width via w-full.
2026-05-04 22:20:31 -03:00
..
components fix(compose-conversation): allow modal to shrink on narrow viewports (#280) 2026-05-04 22:20:31 -03:00
helpers Merge branch 'chatwoot/develop' into chore/merge-upstream-4.12.0 2026-03-20 00:27:45 -03:00
ComposeConversation.vue fix(compose-conversation): allow modal to shrink on narrow viewports (#280) 2026-05-04 22:20:31 -03:00