Share all details about your problem, including any error messages you may have received.
As shown above, we are rendering a form for users to select access they want to request. So for their understanding, we are adding HelpKey for the fields.
The issue is in-case of multi select, all the descriptions are rendered in a single line. It is confusing for the end user. My question, is there any way I can apply some kind of CSS in the HelpKey of a field?
I noticed that a CSS selector is being used on the help block element. You can try adding the same CSS selector in the ui-custom.css file, which will override the existing CSS and update it with your new code written in the custom file.
There is a file called “ui-custom.css” located in the “ui” folder under the root directory where SailPoint is installed.
Please find attached (PFA) a reference image showing how the CSS selector can be found using the browser’s developer options.
NOTE: Keep in mind this is a generic css selector. if you update to help selector in custom css file it will get effected to the other forms which help texts are getting used.
We eventually went with creating a new field of type text to show the entitlements description in a tabular format. We could control the css as well for it.
Edit: Marking this as answer to close the topic. I didn’t find any other way to achieve apart from creating a new field.