Fix vertical alignment of organization dropdown menu

This commit is contained in:
Graham McIntire 2026-01-03 12:17:06 -06:00
parent 28ac30a48f
commit 7e6c190904
No known key found for this signature in database

View file

@ -92,7 +92,7 @@ defmodule ToweropsWeb.Layouts do
</.nav_link>
</div>
</div>
<div :if={@current_organization} class="relative">
<div :if={@current_organization} class="relative flex items-center">
<button
type="button"
id="org-menu-button"