summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-05 18:10:38 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-05-05 18:10:38 +0000
commit1bf9f012ccd744f415ffcb32c6af36dc04d7e07a (patch)
treec2f073a0369dd08ee246522bab31fae512595417 /app/assets/stylesheets
parent4c7a794a00cc684a9c4e03fcef0968e769d302f6 (diff)
parent505e883fc09f344a326437a0f457b1be6106a2b5 (diff)
downloadgitlab-ce-1bf9f012ccd744f415ffcb32c6af36dc04d7e07a.tar.gz
Merge branch 'fix-milestone-label-layout' into 'master'
Fixed labels layout on labels milestone tab See merge request !11120
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/labels.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index e1ef0b029a5..c10588ac58e 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -116,7 +116,7 @@
}
.manage-labels-list {
- > li:not(.empty-message) {
+ > li:not(.empty-message):not(.is-not-draggable) {
background-color: $white-light;
cursor: move;
cursor: -webkit-grab;