Skip to content
Snippets Groups Projects

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

All threads resolved!
@@ -65,6 +65,14 @@
@@ -65,6 +65,14 @@
min-height: 177px;
min-height: 177px;
padding: 10px 0;
padding: 10px 0;
overflow-x: auto;
overflow-x: auto;
 
 
a.anchor {
 
margin-left: -1rem !important;
 
}
 
 
details a.anchor {
 
margin-left: -1.75rem !important;
 
}
}
}
.markdown-area {
.markdown-area {
Loading