Skip to content

Commit

Permalink
Do not hide labels dropdown with css
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Gertz committed Jan 22, 2016
1 parent ed91a98 commit 55336ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -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
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

0 comments on commit 55336ab

Please sign in to comment.