Skip to content

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

@Tarpsvo

Description

@Tarpsvo
  • 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),
    ]),
  ];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugVerified bug by the Nova teamfix incomingA fix is in review

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions