Skip to content

Commit

Permalink
Fix styles of disclaimer info in coverage widget
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Oct 18, 2024
1 parent b560e96 commit e3cf7d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ const TerrestrialConservationWidget: FCWithMessages<TerrestrialConservationWidge
type="button"
variant="text-link"
size="sm"
className="-mt-3 justify-start gap-1.5 px-0 py-0 text-xs font-bold normal-case text-red"
className="-mt-3 block px-0 py-0 text-left text-xs font-bold normal-case text-red"
onClick={() => setDisclaimerDialogOpen(true)}
>
<Icon icon={Notification} className="h-4 w-4" />
<Icon icon={Notification} className="mr-1.5 inline-block h-4 w-4" />

{t('data-disclaimer')}
</Button>
Expand Down

0 comments on commit e3cf7d9

Please sign in to comment.