When OmniScript elements contain labels or option values with long text (approximately more than 110 characters), the text may not display correctly in some scenarios.
Common observations include:
...) or may appear misaligned instead of wrapping to the next line.Steps to Reproduce (Example):
The label or option value may appear truncated or not fully visible.
This behaviour can occur due to UI layout limitations when displaying long text in certain OmniScript themes or views.
Possible approaches include:
1. Use Text Block for Long Labels
If a label contains long descriptive text, consider using a Text Block element to display the text and then place the Input/TextArea element below it.
2. Override CSS for Select Elements (Managed Runtime)
If Managed Runtime is enabled, the label wrapping behavior can be adjusted by overriding CSS.
Example CSS for Select labels:
label.slds-form-element__label[omnistudio-combobox_combobox_slds]{
white-space: normal !important;
}
Example CSS for Select option values:
.slds-listbox__option-text_entity[omnistudio-combobox_combobox_slds] {
white-space: normal !important;
}
These approaches can help ensure that long labels or option values display more clearly within OmniScript interfaces.
001622587

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.