Commit 3ff8dd05 authored by peterhegman's avatar peterhegman

Migrate Requirements popover to GitLab UI utility classes

parent ae3dcb6d
......@@ -216,13 +216,13 @@ export default {
</div>
</div>
<gl-popover :target="getAuthorPopoverTarget()" triggers="hover focus" placement="top">
<div class="gl-line-height-normal d-flex">
<div class="p-1 flex-shrink-1">
<div class="gl-line-height-normal gl-display-flex">
<div class="gl-p-2 gl-flex-shrink-1">
<gl-avatar :entity-name="author.name" :alt="author.name" :src="author.avatarUrl" />
</div>
<div class="p-1 w-100">
<h5 class="m-0">{{ author.name }}</h5>
<div class="text-secondary mb-2">@{{ author.username }}</div>
<div class="gl-p-2 gl-w-full">
<h5 class="gl-m-0">{{ author.name }}</h5>
<div class="gl-text-gray-700 gl-mb-3">@{{ author.username }}</div>
</div>
</div>
</gl-popover>
......
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