Skip to content

Commit 9fc1658

Browse files
committed
refac
1 parent 5297dce commit 9fc1658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/admin/Users/UserList.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
<div class="flex items-center gap-2">
373373
<ProfilePreview {user} side="right" align="center" sideOffset={6}>
374374
<img
375-
class="rounded-full w-6 h-6 object-cover mr-0.5 flex-shrink-0"
375+
class="rounded-full w-6 min-w-6 h-6 object-cover mr-0.5 flex-shrink-0"
376376
src={`${WEBUI_API_BASE_URL}/users/${user.id}/profile/image`}
377377
alt="user"
378378
/>

0 commit comments

Comments
 (0)