You are here:
Adjust the Height of an Element on a Flexcard (Managed Package)
For the managed package runtime, update the height of an element on a Flexcard from the Style panel in the Flexcard Designer. Enter any CSS supported values, such as length units (px, cm, and so on), inherit, auto, and so forth. Or enter a CSS function, such as calc(2em * 5).
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
Percentage (%) is not supported for height.
- In the Flexcard Designer, click an element on the canvas, and click Style to open the Style panel.
-
To update the height of your element, open the Dimensions section, and enter a CSS supported value for one or more of the following properties:
Note
For example, enter 20, 150px, or calc(2em * 5), auto, and so on. If you enter just a number, the length unit defaults to
px.-
To set a fixed height, enter a CSS supported value in the Height field.
-
To set a minimum height, enter a CSS supported value in the Minimum Height field.
-
To set a maximum height, enter a CSS supported value in the Maximum Height field.
-
What’s next: Preview your Flexcard. See Preview a Flexcard (Managed Package).
