0
0
Fork 0

Move the account dropdown menubar to the right, make sure it doesn't move (#10390)

* Move the account dropdown menubar to the right, make sure it doesn't move

* Fix margin
This commit is contained in:
ThibG 2019-03-26 23:05:21 +01:00 committed by Eugen Rochko
parent 6df4a82969
commit a91acf79b5
2 changed files with 7 additions and 3 deletions

View file

@ -219,9 +219,9 @@ class Header extends ImmutablePureComponent {
<div className='spacer' />
<div className='account__header__tabs__buttons'>
<DropdownMenuContainer items={menu} icon='ellipsis-v' size={24} direction='right' />
{actionBtn}
<DropdownMenuContainer items={menu} icon='ellipsis-v' size={24} direction='right' />
</div>
</div>