fix(web): activity/release table cell widths (#1717)

This commit is contained in:
martylukyy 2024-09-14 11:21:42 +02:00 committed by GitHub
parent e56bf1f8fc
commit 3af06553e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ export const NameCell = (props: CellProps<Release>) => (
<div
className={classNames(
"flex justify-between items-center py-2 text-sm font-medium box-content text-gray-900 dark:text-gray-300",
"max-w-[82px] sm:max-w-[160px] md:max-w-[290px] lg:max-w-[535px] xl:max-w-[775px]"
"max-w-[82px] sm:max-w-[130px] md:max-w-[260px] lg:max-w-[500px] xl:max-w-[760px]"
)}
>
<div className="flex flex-col truncate">