wintercms / wn-pages-plugin

Static Pages plugin for Winter CMS
https://wintercms.com/
MIT License
9 stars 22 forks source link

Fix issue with Primary Tabs losing min-size class #18

Closed robertalexa closed 1 year ago

robertalexa commented 1 year ago

When opening a new tab in the editor, if it does not have secondary tabs then it will remove min-size from the primary tabs so that they occupy the whole height.

However, the selector is so loose that it affects all primary tabs that exist, which means other tabs will be impacted when they shouldn't.

This PR narrows down the selector looking for primary tabs to only inside the page at hand

@LukeTowers