How to disable screen auto "arrange" function?

Hi,
My screens have strange behavior, please see attached gif; while I click on test field, the lable size get wider.
Some screens have such behavior but some not. I create them by same way.

How to analyze it?
gif

Hello @anjingjing

It is hard to understand what is wrong by this gif. Could you share this screen to investigate the problem?

Regards,
Daniil

We found that while remove below style (overflow-x), the problem gone.
.c-scrollbox-content{
overflow-x:auto !important;
}

We can’t figure out why but maybe that style makes browser to do something when layout content changes.

1 Like