Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Make right as default tooltip placement
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Apr 29, 2024
1 parent bbeae4b commit 7a760ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/SSOButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const SSOButton: React.FC<ISSOButtonProps> = ({
if (mini) {
// TODO fallback icon
return (
<AccessibleButton {...props} title={label} className={classes} onClick={onClick} placement="right">
<AccessibleButton {...props} title={label} className={classes} onClick={onClick}>
{icon}
</AccessibleButton>
);
Expand Down

0 comments on commit 7a760ed

Please sign in to comment.