Fix: Ensure consistent padding and wrapper structure across all tabs

This commit is contained in:
Marcus Quinn
2025-03-24 17:36:48 +00:00
parent ddd2846171
commit ddd64643c4
4 changed files with 9 additions and 3 deletions

View File

@ -42,6 +42,7 @@ class WP_Allstars_Tools_Manager {
// Output the CSS and HTML for the tools tab
?>
<div class="wp-allstars-settings-content tab-content" id="tools">
<style>
.wpa-pro-plugins {
padding: 20px;
@ -149,6 +150,7 @@ class WP_Allstars_Tools_Manager {
}
?>
</div>
</div>
<?php
}