Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat Jain <rjain@gitlab.com>2019-04-15 12:58:30 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-04-15 12:58:30 +0300
commitb5ab1d91e377787e0711effebce073af76becc56 (patch)
tree3282fbee428f5948302eb622466f5527b01c9117 /app/assets/stylesheets/pages/labels.scss
parentd83eb63beef28a6229b4bf851ee34c51938e29c7 (diff)
Display scoped labels in Issue Boards
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index e7fd7fab32b..7084e8715e0 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -424,6 +424,12 @@
margin: 0;
line-height: $gl-line-height;
}
+
+ &.board-label {
+ .scoped-label {
+ top: 1px;
+ }
+ }
}
// Label inside title of Delete Label Modal