mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	fix: Avatars get cropped on the widget (#4238)
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div class="flex overflow-hidden">
 | 
					  <div class="flex">
 | 
				
			||||||
    <span
 | 
					    <span
 | 
				
			||||||
      v-for="(user, index) in users"
 | 
					      v-for="(user, index) in users"
 | 
				
			||||||
      :key="user.id"
 | 
					      :key="user.id"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div class="px-5">
 | 
					  <div class="px-5">
 | 
				
			||||||
    <div class="flex items-center justify-between mb-4">
 | 
					    <div class="flex items-center justify-between mb-4">
 | 
				
			||||||
      <div class="text-black-700">
 | 
					      <div class="text-black-700 max-w-xs">
 | 
				
			||||||
        <div class="text-base leading-5 font-medium mb-1">
 | 
					        <div class="text-base leading-5 font-medium mb-1">
 | 
				
			||||||
          {{
 | 
					          {{
 | 
				
			||||||
            isOnline
 | 
					            isOnline
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user