Fix colspan

This commit is contained in:
Lance Pioch 2024-04-04 18:58:40 -04:00
parent a7d8f3b79f
commit a8532d1cd2

View File

@ -67,7 +67,7 @@ class CreateNode extends CreateRecord
->maxLength(191),
Forms\Components\TextInput::make('daemonListen')
->columns(1)
->columnSpan(1)
->label('Port')
->helperText('If you are running the daemon behind Cloudflare you should set the daemon port to 8443 to allow websocket proxying over SSL.')
->minValue(0)