Validation Error Font Size
Just wondering if it is possible to adjust the validation error font size on forms in Version 8 of Decisions, or is it locked to that font size?
Comments
-
You can increase the form validation font size using the following css (adjust the font size value as need)
.ui-tooltip-content .vi-bl-error { font-size: 16px }
Here's how to upload a CSS document in Decisions and apply the CSS to your form https://documentation.decisions.com/docs/using-css-in-forms?

