assing a min height to navbar list

This commit is contained in:
Francesco Bruno
2024-05-05 17:09:22 +00:00
parent 296872d2e4
commit d81906d348
8 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<h1>Security</h1>
<div class="subtitle">Security related settings.</div>
<div class="navbar-main">
<nav class="flex gap-4 overflow-x-scroll items-center">
<nav class="flex gap-4 overflow-x-scroll items-center min-h-10">
<a href="{{ route('security.private-key.index') }}">
<button>Private Keys</button>
</a>