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

Commit 2d0319e

Browse files
authored
Improve tooltip placement for space settings (#12541)
1 parent 4e91d8b commit 2d0319e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/structures/SpaceRoomView.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ const SpaceLanding: React.FC<{ space: Room }> = ({ space }) => {
253253
showSpaceSettings(space);
254254
}}
255255
title={_t("common|settings")}
256+
placement="bottom"
256257
/>
257258
);
258259
}

0 commit comments

Comments
 (0)