moves tooltip from bottom to left
This commit is contained in:
parent
7322e63001
commit
c1d1f727b8
|
@ -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