Skip to content

Commit

Permalink
Merge pull request #311 from threadi/fix/helperTabFormat
Browse files Browse the repository at this point in the history
Fix/helper tab format
  • Loading branch information
threadi authored Dec 13, 2024
2 parents eac4922 + accade2 commit 085d1f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions admin/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ body.easy-dialog-for-wordpress.wp-core-ui .easy-dialog-for-wordpress-text:last-o
}

.nav-tab-help {
background-color: var(--personio-pro-hint-bg);
float: right;
margin-right: 4px;
}
Expand Down
10 changes: 5 additions & 5 deletions app/Plugin/Admin/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,11 @@ public function show_help_page(): void {
?>
<div class="wrap">
<h1 class="wp-heading-inline"><?php echo esc_html( get_admin_page_title() ); ?></h1>
</div>
<div id="poststuff">
<?php
do_meta_boxes( get_current_screen(), 'normal', null );
?>
<div id="poststuff">
<?php
do_meta_boxes( get_current_screen(), 'normal', null );
?>
</div>
</div>
<?php
}
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Cleaned up third party support from unused code
- Moved changelog from readme.txt in GitHub-repository
- Extended help for debug mode
- Colored the helper tab for better visibility

### Removed

Expand All @@ -22,6 +23,7 @@
### Fixed

- Missing anchor for filter
- Fixed helper tab formatting

## [4.0.2] - 2024-11-29

Expand Down

0 comments on commit 085d1f7

Please sign in to comment.