laravel / nova-issues

556 stars 34 forks source link

Broken displaying of Panels on forms #5739

Closed ondrejehrlich closed 1 year ago

ondrejehrlich commented 1 year ago

Description:

I am writing to report a bug related to the display of Panels on forms.

Issue: When using Panels, the display on forms appears to be broken. The field paddings within the Panels are not set correctly, leading to an undesirable user experience. See picture:

Screenshot 2023-07-13 at 16 30 39

Detailed steps to reproduce the issue on a fresh Nova installation:

crynobone commented 1 year ago

image

Unable to reproduce the issue, please provide a full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)

ondrejehrlich commented 1 year ago

I've found out that this issue was caused by using badinansoft/nova-tooltip package. I apologize for the creating an issue for bug that wasn't caused by Nova.

Thank you for your great work making Nova so cool!