style: update class for tab content in MainContentTabbed.php

- Changed the class attribute from "content" to "tab-content content" for better semantic clarity and improved styling consistency in the tabbed layout.
This commit is contained in:
Zack Spear
2025-05-09 11:58:49 -07:00
parent 3207fb2335
commit c9da14d675

View File

@@ -42,9 +42,8 @@
id="<?= $tabId ?>-panel"
role="tabpanel"
aria-labelledby="<?= $tabId ?>"
class="content"
class="tab-content content"
tabindex="0"
style="display:none;"
>
<?= generatePanels($page, $path, $defaultIcon, $docroot) ?>