Skip to content

Commit

Permalink
Merge pull request #2373 from glific/fix/ui-issue
Browse files Browse the repository at this point in the history
Minor UI issues fix
  • Loading branch information
mdshamoon authored Mar 29, 2023
2 parents 63757aa + 3ecfb55 commit 556a4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/UI/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Tooltip = ({
classes={{ tooltip: toolTipStyling.join(' '), arrow: toolTipArrowStyling.join(' ') }}
disableInteractive={!interactive}
>
<div>{children}</div>
<span>{children}</span>
</TooltipElement>
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

.ErrorMsgIcon {
margin: auto 12px;
flex: none;
height: 100%;
}

.WarningTooltip {
Expand Down

0 comments on commit 556a4a1

Please sign in to comment.