mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(web): activity/release table cell widths (#1717)
This commit is contained in:
parent
e56bf1f8fc
commit
3af06553e7
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue