Skip to content

Commit

Permalink
Make last seen responsive (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Sep 28, 2022
1 parent 6359b76 commit 98e93dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export default function ManageUsers() {
<div className="block rounded-lg bg-white shadow h-full cursor-pointer hover:border-primary-500 overflow-hidden">
<div className="h-full flex flex-col justify-between">
<div className="px-6 py-4">
<div className="flex lg:flex-row gap-3 flex-col justify-between">
<div className="flex lg:flex-row gap-3 flex-col justify-between flex-wrap">
{user.username && (
<div className="inline-flex items-center px-2.5 py-0.5 rounded-md text-sm font-medium leading-5 bg-blue-100 text-blue-800 w-fit">
{user.username}
Expand Down

0 comments on commit 98e93dc

Please sign in to comment.