Commit 365570fe authored by Mark Florian's avatar Mark Florian

Merge branch '27142-divider-in-readme-is-overlaying-with-image-anchor-solution' into 'master'

Modification of the position of the anchor

See merge request gitlab-org/gitlab!25442
parents 60f3edff 59e644ad
...@@ -453,11 +453,9 @@ ...@@ -453,11 +453,9 @@
h4, h4,
h5, h5,
h6 { h6 {
position: relative;
a.anchor { a.anchor {
left: -16px; float: left;
position: absolute; margin-left: -16px;
text-decoration: none; text-decoration: none;
outline: none; outline: none;
......
---
title: Fix rendering of markdown headings and floated images
merge_request: 25442
author: Gwen_
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment