diff --git a/CHANGELOG.md b/CHANGELOG.md index d82128891..bedb4cbda 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/src/css/components/labels.less b/src/css/components/labels.less index a7d466dd1..9c80838e1 100644 --- a/src/css/components/labels.less +++ b/src/css/components/labels.less @@ -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;