Fix navbar on Devicemgt react app

feature/appm-store/pbac
Jayasanka Weerasinghe 5 years ago
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…
Cancel
Save