Form Label Width
For my form schema I have this setting
->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 much0 Replies