feat: add padding to PopoverContent in ComunicazioniUser component
This commit is contained in:
parent
9014d8c092
commit
b4bfccd4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ const ComunicazioniUser: NextPageWithLayout<ComunicazioniUserProps> = ({
|
|||
</PopoverTrigger>
|
||||
<PopoverContent
|
||||
align="end"
|
||||
className="flex w-fit flex-col items-center gap-4"
|
||||
className="flex w-fit flex-col items-center gap-4 p-2"
|
||||
>
|
||||
<Confirm
|
||||
description="Sei sicuro di voler eliminare tutte le comunicazioni?"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue