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:
commit
3da74be981
@ -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`}
|
||||
|
Loading…
Reference in New Issue
Block a user