Enlarge invalid text width

Hi,
I have a form with a long label and short input text

http://webix.com/snippet/39932029

The invalid text didn’t fit to the provided width.

How do I enlarge the invalid text width?

Regards,

Leo

The invalid text fits the width of the input. If the space is not enough, it moves to the next line and will be visible if you increase bottomPadding of an input/all form elements.

Other changes are possible only with the CSS: http://webix.com/snippet/0d052e29

Thanks Listopad.
Custom CSS is the answer