mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'navbar-fix' into 'master'
Fix navbar on Devicemgt react app Closes product-iots#296 See merge request entgra/carbon-device-mgt!410
This commit is contained in:
commit
37f3cc1298
@ -65,7 +65,10 @@ class Dashboard extends React.Component {
|
||||
<Menu
|
||||
theme="light"
|
||||
mode="horizontal"
|
||||
style={{lineHeight: '64px'}}
|
||||
style={{
|
||||
lineHeight: '64px',
|
||||
marginRight: 110
|
||||
}}
|
||||
>
|
||||
<SubMenu
|
||||
key="devices"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user