Skip to content

Commit

Permalink
Improve tooltip button alignments on the data tables
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Dec 4, 2023
1 parent 42abc71 commit da56336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const TooltipButton: React.FC<TooltipButtonProps> = ({ column, tooltips }) => {
return (
<Popover open={isTooltipOpen} onOpenChange={setIsTooltipOpen}>
<PopoverTrigger asChild>
<Button className="mt-1 h-auto w-auto pl-2" size="icon" variant="ghost">
<Button className="h-auto w-auto pl-2" size="icon" variant="ghost">
<span className="sr-only">Info</span>
<Info className="h-4 w-4" aria-hidden="true" />
</Button>
Expand Down

0 comments on commit da56336

Please sign in to comment.