mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-03 18:57:38 +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={
|
action={
|
||||||
<Tooltip title="More">
|
<Tooltip title="More" placement="left">
|
||||||
<IconButton
|
<IconButton
|
||||||
key={`${post.id}_submenu`}
|
key={`${post.id}_submenu`}
|
||||||
id={`${post.id}_submenu`}
|
id={`${post.id}_submenu`}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user