assing a min height to navbar list
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user