Skip to content
Snippets Groups Projects

Prevent Anchor icon appearing before the heading in Preview mode of comment box from getting cut off partially

@@ -65,6 +65,10 @@
min-height: 177px;
padding: 10px 0;
overflow-x: auto;
a.anchor {
+2
margin-left: -16px !important;
}
}
.markdown-area {
Loading