Change fileupload area height for pdf
There is a lot of space with the upload area and currently uploaded file for pdfs. Is there any way i can reduce this.

FileUpload::make('document_link')
->imagePreviewHeight('60')
->label('Document')
->disk('s3')
->directory('user-documents')
->visibility('public')
->openable()
->acceptedFileTypes(['application/pdf']),