summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurat Dogan <“muratdogan@yahoo.com”>2018-06-12 09:27:00 +0300
committerMurat Dogan <“muratdogan@yahoo.com”>2018-06-12 09:27:00 +0300
commit820aaa871ebb74baebdc38b7c083efb1fc755be7 (patch)
treeb95bb01ac644418d9f6ffaee103f090fab49b2c9
parent26c9d71666d0350b17431a75d8c31d0316bd7220 (diff)
downloadgitlab-ce-820aaa871ebb74baebdc38b7c083efb1fc755be7.tar.gz
line-height fixed for color chips
-rw-r--r--app/assets/stylesheets/framework/gfm.scss1
-rw-r--r--changelogs/unreleased/47646-ui-glitch.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/gfm.scss b/app/assets/stylesheets/framework/gfm.scss
index e378e84ca1b..1cf12b1a015 100644
--- a/app/assets/stylesheets/framework/gfm.scss
+++ b/app/assets/stylesheets/framework/gfm.scss
@@ -19,6 +19,7 @@
.gfm-color_chip {
display: inline-block;
+ line-height: 1;
margin: 0 0 2px 4px;
vertical-align: middle;
border-radius: 3px;
diff --git a/changelogs/unreleased/47646-ui-glitch.yml b/changelogs/unreleased/47646-ui-glitch.yml
new file mode 100644
index 00000000000..384df4e2cc9
--- /dev/null
+++ b/changelogs/unreleased/47646-ui-glitch.yml
@@ -0,0 +1,5 @@
+---
+title: Line height fixed
+merge_request:
+author: Murat Dogan
+type: fixed