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:
Sivin Varghese 2022-03-25 19:20:53 +05:30 committed by GitHub
parent 48389d69d8
commit 0667d9f016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="flex overflow-hidden">
<div class="flex">
<span
v-for="(user, index) in users"
:key="user.id"

View file

@ -1,7 +1,7 @@
<template>
<div class="px-5">
<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">
{{
isOnline