Commit d68bee5e authored by Kev's avatar Kev

Add ".gl-align-self-start" to event_item.vue icons

parent 1c3763dd
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
<template> <template>
<div :id="noteId" class="d-flex align-items-center"> <div :id="noteId" class="d-flex align-items-center">
<div class="circle-icon-container gl-flex-shrink-0" :class="iconClass"> <div class="circle-icon-container gl-flex-shrink-0 gl-align-self-start" :class="iconClass">
<gl-icon :size="16" :name="iconName" /> <gl-icon :size="16" :name="iconName" />
</div> </div>
<div class="ml-3 flex-grow-1" data-qa-selector="event_item_content"> <div class="ml-3 flex-grow-1" data-qa-selector="event_item_content">
...@@ -82,7 +82,7 @@ export default { ...@@ -82,7 +82,7 @@ export default {
<slot v-if="showRightSlot" name="right-content"></slot> <slot v-if="showRightSlot" name="right-content"></slot>
<div v-else-if="showActionButtons" class="gl-flex-shrink-0"> <div v-else-if="showActionButtons" class="gl-flex-shrink-0 gl-align-self-start">
<gl-deprecated-button <gl-deprecated-button
v-for="button in actionButtons" v-for="button in actionButtons"
:key="button.title" :key="button.title"
......
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