Bug ID Number |
BUG-000146524 |
Submitted | February 1, 2022 |
Last Modified | August 5, 2025 |
Applies to | ArcGIS Online |
Version found | 9.4 |
Operating System | Windows OS |
Operating System Version | 10.0 |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
This is expected behavior within ArcGIS Experience Builder.
Although the text widget uses pixels (px) as its width unit, its parent container, the column widget, is inside a row widget, so the width of the column can be thought of as a %. When resizing the window, the width of the column becomes smaller according to the width of the window, but the width of the text widget set with pixels (px) remains the same, so it cuts by the column widget.
Workaround
If custom settings are necessary, change the dimensional value from pixels (px) to %.
Steps to Reproduce