Fix vertical alignment of organization dropdown menu
This commit is contained in:
parent
28ac30a48f
commit
7e6c190904
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue