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:
authorTaurie Davis <taurie@gitlab.com>2017-06-29 20:34:06 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-29 20:34:06 +0300
commit55c6be2fb08b53ddf98307c0cc4667b1385a2ced (patch)
treed3272c18e6bcf7c08ab417a54f6407b6a47d6a9e /app/assets/stylesheets/pages/labels.scss
parentdba763322c13b31b6ffe1410a031e40ad1b13365 (diff)
Clean up issuable lists
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index b158416b940..ee48f7a3626 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -279,5 +279,9 @@
.label-link {
display: inline-block;
- vertical-align: text-top;
+ vertical-align: top;
+
+ .label {
+ vertical-align: inherit;
+ }
}