Skip to content

Commit

Permalink
Team List broken row fixed (#1855)
Browse files Browse the repository at this point in the history
fixed width of row column

Co-authored-by: Shruti Apte <[email protected]>
  • Loading branch information
Shruti-Apte and Shruti Apte authored May 30, 2024
1 parent 3cd531f commit 332efbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/javascript/src/components/Team/List/Table/TableRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ const TableRow = ({ item }) => {
className="group flex cursor-pointer border-b border-miru-gray-200 last:border-0 lg:grid lg:grid-cols-10 lg:gap-4"
onClick={handleRowClick}
>
<td className="flex w-3/5 py-2 text-left text-xs font-medium leading-4 tracking-widest text-miru-dark-purple-600 lg:col-span-4 lg:py-3">
<div className="my-auto">
<td className="flex w-3/5 py-2 text-left text-xs font-medium leading-4 tracking-widest text-miru-dark-purple-600 lg:col-span-4 lg:w-auto lg:py-3">
<div className="my-auto lg:w-1/6">
<Avatar url={profilePicture} />
</div>
<div className="ml-2 truncate capitalize lg:ml-4">
<div className="mx-2 truncate capitalize lg:ml-4 lg:w-5/6">
<dt className="lg:flex">
<p className="mr-2 text-sm font-bold leading-5 text-miru-dark-purple-1000 lg:text-base">
{name}
Expand Down

0 comments on commit 332efbf

Please sign in to comment.