Skip to content

Commit 9067807

Browse files
committed
Fix bug where project picker dropdown overlapped selected option
Fixes #2623
1 parent f531ad0 commit 9067807

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/styles/_project-bar.less

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304
min-width: 0; // so that truncation on .filter-option works
305305
.form-control {
306306
background-color: transparent;
307+
height: auto;
307308
}
308309
}
309310
.navbar-toggle {

dist/styles/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)