On the order form page of the ticket component, long question texts can cause the right-side content area to overflow horizontally. This results in a horizontal scrollbar, especially on smaller screens such as laptops.
Steps to Reproduce
- Open the ticket order form page
- Add or view a form with very long question text
- Use a smaller screen size (e.g. laptop resolution)
Current Behavior
- The content area overflows horizontally
- A horizontal scrollbar appears
Expected Behavior
- No horizontal scrollbar should appear
- Long text should wrap properly within the available width
- Layout should remain responsive across screen sizes
Notes
- Likely requires CSS adjustments such as text wrapping or container width constraints
- Ensure consistent behavior across different browsers and screen sizes