Merge branch 'navbar-fix' into 'master'

Fix navbar on Devicemgt react app

Closes product-iots#296

See merge request entgra/carbon-device-mgt!410
feature/appm-store/pbac
Dharmakeerthi Lasantha 5 years ago
commit 37f3cc1298

@ -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…
Cancel
Save