How to increase label width in AUI Forms

I am using AUI Forms Forms - AUI Documentation in my plugin.

AUI Forms have a standard width for labels, but I would like to avoid line breaks in the labels, because I have lots of space on the right side of the screen. Is there an easy way to increase label width in AUI Forms?

Best regards
Holger

Hi,

use long-label class for the form element:
<form class="aui long-label">

1 Like

Thank you very much!

Cheers
Holger