Bug Fix – Paragraph Variable Text Overflow in Form Layout
Fixed an issue where paragraph-type variables did not wrap text correctly in forms.Previously, long text inputs caused the field to expand horizontally beyond its container, breaking the layout and ignoring width constraints. Now, paragraph fields properly wrap text, expand vertically, and respect the defined width, maintaining a consistent form layout.