mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Now the text spaceing is correct need to align cheveron
This commit is contained in:
parent
8246d9148c
commit
46a643ac38
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ module.exports = React.createClass({
|
|||
ContextualMenu.createMenu(Menu, {
|
||||
menuWidth: 188,
|
||||
menuHeight: 126,
|
||||
chevronOffset: 35,
|
||||
chevronOffset: 45,
|
||||
left: x,
|
||||
top: y,
|
||||
room: this.props.room,
|
||||
|
|
Loading…
Reference in a new issue