fix(frontend): align three-dot menu item icon spacing and text alignment (#72)

This commit is contained in:
Florian Gareis
2026-06-01 00:53:22 +02:00
committed by GitHub
parent e3191c2686
commit 45f8770799
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ export function AccessControl() {
setDeleteDialogOpen(true);
}}
>
<Trash2 className="mr-2 h-4 w-4" />
<Trash2 className="h-4 w-4" />
Delete
</DropdownMenuItem>
</DropdownMenuContent>