studio-web
latest
false
- Release notes
- Getting started
- For administrators
- RPA workflow projects
- Creating an RPA workflow from an idea
- Creating a project
- How to start an RPA workflow
- Managing project files and folders
- Connecting RPA workflows to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- App projects
- Agentic Processes - preview
- Solutions - Preview
Resizing Your Controls

Studio Web User Guide
Last updated Apr 17, 2025
Resizing Your Controls
Controls are automatically sized by default. Auto allows the control to take the size of the content within it. For example,
if the width and height of a button control are set to
auto
, the size of the button grows or shrinks based on the text in the button.
Specific height and width can also be set. Min Width/Height and Max Width/Height are available under the three dots icon (...) in the Size section of the Style panel.
The units of measurement are
%
, px
(pixels), and em
(relative to the font-size of the element). For example, 3em means 3 times the size of the current font.
To select the units of measurement, use the dropdowns of the size fields, or type in the unit. For example, to set a width
of 100 pixels, type
100px
in the Width field.
Note:
If no units of measurement are provided, the system defaults to pixels (px).