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

Incorrect render in Nova v4.35 #17

Open
yellowpookie opened this issue Oct 15, 2024 · 0 comments
Open

Incorrect render in Nova v4.35 #17

yellowpookie opened this issue Oct 15, 2024 · 0 comments

Comments

@yellowpookie
Copy link

yellowpookie commented Oct 15, 2024

Components not properly rendered in detail and index pages.

On detail page action toolbar hidden if no other icons showed by Nova. E. g. if resource forbidden to update, for example.
Trouble in .icon-action-toolbar-wrapper style. It works correct without width definition.

.icon-action-toolbar-wrapper {
    width: calc(100% - 48px);
}

On index page component with .icon-action-toolbar.w-full root rendered empty.

Action definition

    public function actions( NovaRequest $request ) {
        return [
            Actions\SendOrderEmail::make()
                ->showOnIndex()
                ->showOnDetail()
                ->showInline()
                ->icon('envelope'),
        ];
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant