Skip to content

Commit 0073739

Browse files
authored
fix: align organisation dropdown on responsive viewports (#6971)
1 parent de8bf59 commit 0073739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/web/styles/project/_project-nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ nav a {
146146
}
147147
}
148148
.nav-modal {
149-
left: -50px;
149+
left: 0;
150150
width: calc(100vw);
151151
}
152152
}

0 commit comments

Comments
 (0)