Skip to content

Commit

Permalink
Update item height
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 28, 2024
1 parent f06cad4 commit 6652e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminui/frontend/src/pages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ function filterMfaMethods(enabledMethods: string[], allMethods: MFAMethodDTO[]):
</button>
</div>
</div>
<div class="card bg-base-100 shadow-xl min-w-[350px] h-w max-w-[350px]">
<div class="card bg-base-100 shadow-xl min-w-[350px] h-max max-w-[350px]">
<div class="card-body">
<h2 class="card-title mb-4">Web Servers</h2>
<div class="flex mb-2">
Expand Down

0 comments on commit 6652e25

Please sign in to comment.