Skip to content

Commit

Permalink
make dropdown menu trigger less obstructive
Browse files Browse the repository at this point in the history
  • Loading branch information
marhaupe committed Oct 12, 2024
1 parent 7ec6330 commit 3e4ac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/LogEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function LogEntry({
<DropdownMenuTrigger asChild>
<Button
variant="ghost"
className="p-0 m-0 size-5"
className="p-0 pl-2 m-0 h-5 bg-slate-100"
onPointerDown={() => {
handleDropdownOpenChange(!isDropdownOpen);
onSelect();
Expand Down

0 comments on commit 3e4ac54

Please sign in to comment.