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:
authorTim Zallmann <tzallmann@gitlab.com>2017-10-23 11:34:00 +0300
committerTim Zallmann <Tim@tpmgames.com>2017-11-15 00:27:25 +0300
commit8c7cee8f146d3cc6937727524c3c7d02f7c5956b (patch)
tree23e0cac007b25211b7dc66c708d2ef4c39c54a54
parentaad635a2837a2158aac138dade18041c9191487b (diff)
Fixes the spacing from -16px to -20px for the anchor svg image34962-add-more-spacing-between-the-links-and-the-headers
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
-rw-r--r--changelogs/unreleased/34952-fix-spacing-between-links-and-headers.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 0817cce114c..424b18b3fc6 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -250,7 +250,7 @@
position: relative;
a.anchor {
- left: -16px;
+ left: -20px;
position: absolute;
text-decoration: none;
outline: none;
diff --git a/changelogs/unreleased/34952-fix-spacing-between-links-and-headers.yml b/changelogs/unreleased/34952-fix-spacing-between-links-and-headers.yml
new file mode 100644
index 00000000000..007006d091f
--- /dev/null
+++ b/changelogs/unreleased/34952-fix-spacing-between-links-and-headers.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed 'Spacing between our anchor image and the headlines'
+merge_request: 14996
+author:
+type: fixed