Skip to content

Commit

Permalink
update status icon tooltip placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Kuang committed Dec 17, 2020
1 parent 39d6a2c commit 7489f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function AlertStatusIcon({
lastStateConfig.status = AlertState.noop;
}
return (
<Tooltip title={lastStateConfig.label} placement="bottom">
<Tooltip title={lastStateConfig.label} placement="bottomLeft">
<StatusIcon
name={lastStateConfig.name as IconName}
status={lastStateConfig.status}
Expand Down

0 comments on commit 7489f07

Please # to comment.