mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix navbar on Devicemgt react app
This commit is contained in:
parent
3f4acef9f0
commit
2ea3af7f12
@ -65,7 +65,10 @@ class Dashboard extends React.Component {
|
|||||||
<Menu
|
<Menu
|
||||||
theme="light"
|
theme="light"
|
||||||
mode="horizontal"
|
mode="horizontal"
|
||||||
style={{lineHeight: '64px'}}
|
style={{
|
||||||
|
lineHeight: '64px',
|
||||||
|
marginRight: 110
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<SubMenu
|
<SubMenu
|
||||||
key="devices"
|
key="devices"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user