Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] Default panel and tab group/relation panel missing gap #6621

Closed
Tarpsvo opened this issue Dec 18, 2024 · 3 comments
Closed

[UI] Default panel and tab group/relation panel missing gap #6621

Tarpsvo opened this issue Dec 18, 2024 · 3 comments
Labels
bug Verified bug by the Nova team fix incoming A fix is in review

Comments

@Tarpsvo
Copy link

Tarpsvo commented Dec 18, 2024

  • Nova Version: 5.0.3
  • PHP Version: 8.4

Description:

The default panel and Tab::group() seems to not have a gap in-between. The same applys to default panel and HasMany relation panel.

image

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

public function fields() {
  return [
    // ...snip
    Text::make('Contact name'),
    Text::make('Contact email'),
    Text::make('Contact phone'),

    Tab::group('Details', [
        HasMany::make('Invoices', 'invoices', ContractInvoice::class),
        HasMany::make('Contracts', 'contracts', Contract::class),
        HasMany::make('Metering points', 'meteringPoints', MeteringPoint::class),
    ]),
  ];
}
@Tarpsvo Tarpsvo changed the title [UI] Default panel and tab group missing gap [UI] Default panel and tab group/relation panel missing gap Dec 18, 2024
@saschaende
Copy link

I can confirm, I have the same problem.

@jaspervanhardeveld
Copy link

jaspervanhardeveld commented Dec 18, 2024

Same problem
image

@crynobone crynobone added the pending Issues that are pending triage label Dec 19, 2024
@crynobone crynobone added bug Verified bug by the Nova team fix incoming A fix is in review and removed pending Issues that are pending triage labels Dec 19, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Verified bug by the Nova team fix incoming A fix is in review
Projects
None yet
Development

No branches or pull requests

4 participants