Skip to content

Commit 7cb0bef

Browse files
authored
fix: misaligned user dropdown on safari (#138)
1 parent be3a5af commit 7cb0bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/components/core_components.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ defmodule AlgoraWeb.CoreComponents do
136136
~H"""
137137
<!-- User account dropdown -->
138138
<div class={classes(["relative w-full text-left", @class])}>
139-
<div>
139+
<div class="flex">
140140
<button
141141
id={@id}
142142
type="button"

0 commit comments

Comments
 (0)