We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a2f94 commit e1a4a97Copy full SHA for e1a4a97
2 files changed
client/modules/IDE/components/Header/Nav.jsx
@@ -41,8 +41,8 @@ const Nav = ({ layout }) => {
41
<header className="nav__header">
42
<Menubar>
43
<LeftLayout layout={layout} />
44
+ <UserMenu />
45
</Menubar>
- <UserMenu />
46
</header>
47
</>
48
);
client/styles/components/_nav.scss
@@ -3,6 +3,7 @@
3
.nav {
4
height: #{math.div(42, $base-font-size)}rem;
5
display: flex;
6
+ width: 100%;
7
flex-direction: row;
8
justify-content: space-between;
9
0 commit comments