fix: Update the order of display of the CSAT ratings (#7805)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sivin Varghese
2023-08-27 07:39:06 +05:30
committed by GitHub
parent 04aa13e8aa
commit 623cd72897
4 changed files with 14 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="flex items-center text-left">
<div class="flex items-center gap-1.5 text-left">
<thumbnail
:src="user.thumbnail"
:size="size"
@@ -7,7 +7,7 @@
:status="user.availability_status"
/>
<h6
class="my-0 mx-2 dark:text-slate-100 overflow-hidden whitespace-nowrap text-ellipsis text-capitalize"
class="my-0 dark:text-slate-100 overflow-hidden whitespace-nowrap text-ellipsis text-capitalize"
:class="textClass"
>
{{ user.name }}