Commit 427d13a4 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '328686-center-text-in-oncall-schedules-rotation-shift' into 'master'

Center rotation assignee name on schedule view

See merge request gitlab-org/gitlab!66840
parents 20746496 e05ab296
......@@ -105,7 +105,7 @@ export default {
<gl-avatar v-if="!hasRotationMobileViewAvatar" :src="assignee.user.avatarUrl" :size="16" />
<span
v-if="!hasRotationMobileViewText"
class="gl-ml-2"
class="gl-ml-2 gl-line-height-24"
data-testid="rotation-assignee-name"
>{{ assigneeName }}</span
>
......
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