Skip to content

Commit

Permalink
Justify User Question to end
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed May 27, 2020
1 parent fca3af2 commit 5682900
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ChatUserQuestion.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<template>
<v-row
v-if="item.type === 'userInput'"
align="start"
justify="end"
no-gutters
:class="itemIndexInDialog === dialog.length - 1 ? 'pb-3 pl-3 pr-1 pt-2' : 'pl-3 pr-1 pt-2'"
>
<!-- user question -->
<!-- <v-col cols="1"></v-col> -->
<v-col>
<v-card
:color="determineCardColor()"
Expand Down Expand Up @@ -55,7 +58,7 @@
</v-btn>
</template>

<v-list class="liveAgentAssitMenu">
<v-list class="liveAgentAssistMenu">
<v-hover
v-for="menuItem in agentAssist.menu"
v-slot:default="{ hover }"
Expand Down

0 comments on commit 5682900

Please sign in to comment.