In Nova DetailField, it always uses panel-item component instead of default-field component, so that there would not be unexpected padding, you can look at my snapshots.
Now, it looks like this
Also, I'm not sure why you use default-field, maybe you have other concerns, if so, just close this PR and let me know why
In Nova DetailField, it always uses
panel-item
component instead ofdefault-field
component, so that there would not be unexpected padding, you can look at my snapshots.Now, it looks like this
Also, I'm not sure why you use
default-field
, maybe you have other concerns, if so, just close this PR and let me know why