Commit cae084f7 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '207450-adjust-style-in-mr-approval-popover' into 'master'

Restyle MR approval popover

Closes #207450

See merge request gitlab-org/gitlab!25657
parents f6e49d16 b5db09c6
...@@ -48,7 +48,9 @@ export default { ...@@ -48,7 +48,9 @@ export default {
}} }}
</li> </li>
</ul> </ul>
<gl-link :href="eligibleApproversDocsPath">{{ __('More information') }}</gl-link> <gl-link :href="eligibleApproversDocsPath" class="text-1" target="_blank">{{
__('More information')
}}</gl-link>
</gl-popover> </gl-popover>
</span> </span>
</div> </div>
......
---
title: Style MR approval popover link to be consistent text size
merge_request: 25657
author:
type: other
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