Skip to content

Commit

Permalink
style: corrected wrong 50% height of card layout
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed May 9, 2024
1 parent 3cf7665 commit a1887a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/assets/templates/admin/user/users.twig
Expand Up @@ -150,7 +150,7 @@
<input type="hidden" name="user_id" id="rights_user_id" value="0">
<input type="hidden" name="pmf-csrf-token" id="pmf-csrf-token-rights" value="{{ csrfToken_updateUserRights }}" />

<div class="card shadow h-50 mb-4">
<div class="card shadow mb-4">
<div class="card-header d-flex justify-content-between flex-wrap align-items-center py-3">
<h5 class="" id="user_rights_legend">
<i aria-hidden="true" class="bi bi-lock"></i> {{ ad_user_rights }}
Expand Down

0 comments on commit a1887a9

Please sign in to comment.