Prevent Anchor icon appearing before the heading in Preview mode of comment box from getting cut off partially
All threads resolved!
Compare changes
This MR changes the margin-left
property from -20px
to -10px
for all the anchor tags which appears inside heading when seen in Preview mode in comment box. The anchor icon now appear completely on the screen.
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before
After changing margin-left
to -10px
After changing margin-left
to -15px
Related to #500958