craft-spoon
craft-spoon copied to clipboard
Deal with tabs being too many / wide
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.
+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
.
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;
}