fix: note options button height
This commit is contained in:
parent
909dd43358
commit
414389c317
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export default function NoteOptions({ event }: { event: Event }) {
|
||||||
const [isRawEventDialogOpen, setIsRawEventDialogOpen] = useState(false)
|
const [isRawEventDialogOpen, setIsRawEventDialogOpen] = useState(false)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div onClick={(e) => e.stopPropagation()}>
|
<div className="h-4" onClick={(e) => e.stopPropagation()}>
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger>
|
<DropdownMenuTrigger>
|
||||||
<Ellipsis
|
<Ellipsis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue