1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-01-24 22:18:00 +01:00

Merge pull request #116 from travisk-codes/master

Moves Tooltip from bottom to left
This commit is contained in:
Marquis Kurt 2019-11-05 09:47:50 -05:00 committed by GitHub
commit 3da74be981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -646,7 +646,7 @@ export class Post extends React.Component<any, IPostState> {
/>
}
action={
<Tooltip title="More">
<Tooltip title="More" placement="left">
<IconButton
key={`${post.id}_submenu`}
id={`${post.id}_submenu`}