Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix - 3064 labels dropdown doens't show up #578

Merged
merged 1 commit into from
Jan 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Unversioned
### Fixed
- \#3605 - Prevent ctrl-c keyboard shortcut from showing the Create modal dialog
- \#3054 - Empty - non set- application attributes are accidentaly submited
by the UI
- \#3064 - Labels dropdown menu not showing up

## 0.15.0 - 2016-01-20
### Added
Expand Down
1 change: 0 additions & 1 deletion src/css/components/labels.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

.labels-dropdown {
background-color: @navbar-bg-color;
display: none;
left: 100%;
margin-left: @base-spacing-unit*2;
margin-top: -@base-spacing-unit*2;
Expand Down