Form Label Width
For my form schema I have this setting
And my form component is something like this
My question is if I can set label width. Because the gap between label and my TextInput is too much
->inlineLabel() ->extraAttributes(['class' => 'gap-y-2'])And my form component is something like this
Forms\Components\TextInput::make('BarcodeNo')->label('BarcodeNo')->maxLength(15)->default(null),My question is if I can set label width. Because the gap between label and my TextInput is too much