Skip to content

Commit

Permalink
Improve tooltip placement for space settings (#12541)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros authored May 17, 2024
1 parent 4e91d8b commit 2d0319e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/structures/SpaceRoomView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ const SpaceLanding: React.FC<{ space: Room }> = ({ space }) => {
showSpaceSettings(space);
}}
title={_t("common|settings")}
placement="bottom"
/>
);
}
Expand Down

0 comments on commit 2d0319e

Please sign in to comment.