I have a responsive form where where the text boxes on the right of the screen stretch larger when reducing the screen size to medium (2) or below - see the attached screen shots. The key elements and formulas I have in place are as below. Can anyone advise where is best to debug this problem? Many thanks in advance for any help!
Item | Property | Attribute / formula |
Main screen container | Vertical overflow | Scroll |
Horizontal container | Flexible height | Off |
| Height | If('Form Design Screen'.Size<4,lblName.Height+txtName.Height+lblEmail.Height+txtEmal.Height+35,80) |
| Padding | Left: 30 / Right: 30 |
| Gap | 10 |
| Wrap | On |
| Align (vertical) | center |
Label | Flexible width | On |
| Align in container | Stretch |
Textbox | Flexible width | On |
| Height | 55 |
| Align in container | Center |