Handling UI on zoom

Hi,

Consider I have created a UI, which has 4-6 textfields horizontally.
Now, when I click on zoom in button in browser and when the screen zooms in at that time if a textfield is going outside of screens bound then it should relocate itself below instead of going outside of screen

Thanks in advance.

Hi,

Classic UI is not responsive by default. You need to wrap a collection of components into flowbox or use for the whole screen design ResponsiveGridLayout.

Regards,
Gleb

ResponsiveGridLayout worked. Thanks