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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-30 17:35:25 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-07 17:56:07 +0300
commitcd9afb93cf7ce6858b7819cf95093be1f6b4a7be (patch)
tree8f252dcea5fac44c5346cd3623238222a30a5805 /app/assets/stylesheets/pages/labels.scss
parent38cb0347b2ae8dc3d8bd61dd81f5f10af688562b (diff)
Align Segoe UI label text
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 21d9b4c54ea..762b95a657c 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -259,3 +259,8 @@
}
}
}
+
+.label-link {
+ display: inline-block;
+ vertical-align: text-top;
+}