Skip to content

Commit 55a1727

Browse files
author
Vikas Agarwal
committed
Github issue#1310, Navigation is not scaling well for responsive design
— Fixed
1 parent 27ba60b commit 55a1727

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/components/TopBar/ProjectsToolBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class ProjectsToolBar extends Component {
148148
target: '_blank'
149149
}
150150
]
151-
const menuBar = !isPowerUser && <MenuBar items={primaryNavigationItems} orientation="horizontal" forReactRouter />
151+
const menuBar = !isPowerUser && <MenuBar mobileBreakPoint={767} items={primaryNavigationItems} orientation="horizontal" forReactRouter />
152152

153153
return (
154154
<div className="ProjectsToolBar">

src/components/TopBar/TopBarContainer.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414
right: 0;
1515

1616
.logo-wrapper {
17-
width: 60px;
1817
height: 60px;
1918
flex-shrink: 0;
2019
display: flex;
21-
flex-grow: 1;
2220

2321
.logo {
2422
display: inline-block;

0 commit comments

Comments
 (0)