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

Breaks with TabsOnEdit eminiarts/nova-tabs #14

Open
cord opened this issue Nov 18, 2020 · 1 comment
Open

Breaks with TabsOnEdit eminiarts/nova-tabs #14

cord opened this issue Nov 18, 2020 · 1 comment

Comments

@cord
Copy link

cord commented Nov 18, 2020

Layout is broken in combination with

use TabsOnEdit

from https://novapackages.com/packages/eminiarts/nova-tabs

workaround for usage on detail view: use ->sizeOnDetail()

@ghost
Copy link

ghost commented Mar 19, 2021

That's because there is another wrapper involved with the tabs. Adding:

.relationship-tabs-panel.flex {
    display: block;
}

// Trailing border removal
.relationship-tabs-panel .remove-bottom-border div:last-of-type {
    border-bottom: none;
}

Looks like a fix for this.

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