Applying CSS to validation messages

0
Hi, I have adjusted the width of some text boxes using CSS. However, the width of the validation messages has also shortened. Is it possible to adjust the width of validation messages, by using CSS?
asked
1 answers
0

There is a SASS file called alerts that you can mess around with. This will change the styling for all validation messages though.

answered