craft-spoon icon indicating copy to clipboard operation
craft-spoon copied to clipboard

Deal with tabs being too many / wide

Open joshangell opened this issue 6 years ago • 2 comments

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.

joshangell avatar Jul 06 '18 15:07 joshangell

+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.

marionnewlevant avatar May 07 '19 07:05 marionnewlevant

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

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;
}

johnwbaxter avatar Mar 27 '23 08:03 johnwbaxter