Commit 7ece9f25 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix-translatey-note-actions' into 'master'

Update note actions y position

See merge request gitlab-org/gitlab!61594
parents 017ef2ed 995b8465
......@@ -672,11 +672,11 @@ $system-note-svg-size: 16px;
align-items: center;
margin-left: 10px;
color: $gray-400;
margin-top: -4px;
@include notes-media('max', map-get($grid-breakpoints, sm) - 1) {
float: none;
margin-left: 0;
transform: translateY(-4px);
}
}
......
---
title: Fix position of note actions
merge_request: 61594
author:
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