mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
move the SelectContent over a bit more
This commit is contained in:
@@ -45,7 +45,7 @@ export function UserSelect({
|
|||||||
<SelectContent
|
<SelectContent
|
||||||
side="bottom"
|
side="bottom"
|
||||||
position="popper"
|
position="popper"
|
||||||
className="data-[side=bottom]:translate-y-1 data-[side=bottom]:translate-x-0.25"
|
className="data-[side=bottom]:translate-y-1 data-[side=bottom]:translate-x-1"
|
||||||
>
|
>
|
||||||
<SelectItem value="unassigned">Unassigned</SelectItem>
|
<SelectItem value="unassigned">Unassigned</SelectItem>
|
||||||
{users.map((user) => (
|
{users.map((user) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user