mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 23:20:35 -06:00
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:
@@ -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) ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user