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

Deal with tabs being too many / wide #6

Open
joshangell opened this issue Jul 6, 2018 · 2 comments
Open

Deal with tabs being too many / wide #6

joshangell opened this issue Jul 6, 2018 · 2 comments
Labels
Bug Report Something isn't working Feature Request New feature or request

Comments

@joshangell
Copy link
Contributor

Happens easily in Live Preview but could also happen in the normal view if you have lots of tabs.

Possibly use a dropdown or something similar to the gear icon and just show the currently active tab.

@marionnewlevant
Copy link

+1 for fixing this. I am in the 'lots of tabs' group.
Probably my temporary work-around is going to be to use cpcss to increase the padding on .spoon-fields.

@johnwbaxter
Copy link

I can see why this hasn't been fixed yet, it's a pita when thinking responsively 😂

I'm using the CP CSS plugin to add the following css. Disclaimer, this does shunt the spoon tabs to below the block title, but that's a sacrifice I'm willing to make for the tabs layout to not unreadable at smaller frame widths.

.matrixblock-spooned .spoon-tabs {
  position: unset;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Something isn't working Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants