Skip to content

Commit

Permalink
fix: adjusted spacing between filter and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Buckley committed Feb 28, 2024
1 parent 0923604 commit 98c1756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/modules/admin/templates/users.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
echo HtmlBootstrap5::filter("Filter Users", $filterData, "/admin/users", "GET", "Filter", "users_filter");
?>
</div>
<div class='tabs'>
<div class='tabs pt-4'>
<div class='tab-head'>
<a class='active' href='#internal'>Internal</a>
<a href='#external'>External</a>
Expand Down

0 comments on commit 98c1756

Please sign in to comment.