summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-05-07 14:15:06 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-05-07 14:29:17 +0300
commitf6f60443f58466895b46add7a26dbbc5e9bd44c9 (patch)
tree9f1562e9578e207afe9d05d19b4f2c82692e38c7
parent6a052a14e938ef073977afd808dd12a801f44369 (diff)
downloadgitlab-ce-f6f60443f58466895b46add7a26dbbc5e9bd44c9.tar.gz
Change label link vertical alignment property
-rw-r--r--app/assets/stylesheets/pages/labels.scss2
-rw-r--r--changelogs/unreleased/remove-link-label-vertical-alignment-property.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index d81236c5883..96ea72c69fe 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -312,7 +312,7 @@
.label-link {
display: inline-flex;
- vertical-align: top;
+ vertical-align: text-bottom;
&:hover .color-label {
text-decoration: underline;
diff --git a/changelogs/unreleased/remove-link-label-vertical-alignment-property.yml b/changelogs/unreleased/remove-link-label-vertical-alignment-property.yml
new file mode 100644
index 00000000000..40ec3998b05
--- /dev/null
+++ b/changelogs/unreleased/remove-link-label-vertical-alignment-property.yml
@@ -0,0 +1,5 @@
+---
+title: Change label link vertical alignment property
+merge_request: 18777
+author: George Tsiolis
+type: changed