fix: cycle card title responsiveness added (#2752)

This commit is contained in:
Anmol Singh Bhatia 2023-11-10 18:43:48 +05:30 committed by sriram veeraghanta
parent 942323f81c
commit 5cbec23d5e

View File

@ -152,9 +152,8 @@ export const CyclesBoardCard: FC<ICyclesBoardCard> = (props) => {
<Link href={`/${workspaceSlug}/projects/${projectId}/cycles/${cycle.id}`}>
<a className="flex flex-col justify-between p-4 h-44 w-full min-w-[250px] text-sm rounded bg-custom-background-100 border border-custom-border-100 hover:shadow-md">
<div>
<div className="flex items-center justify-between gap-2">
<div className="flex items-center gap-3">
<div className="flex items-center gap-3 truncate">
<span className="flex-shrink-0">
<CycleGroupIcon cycleGroup={cycleStatus} className="h-3.5 w-3.5" />
</span>
@ -181,7 +180,6 @@ export const CyclesBoardCard: FC<ICyclesBoardCard> = (props) => {
</button>
</div>
</div>
</div>
<div className="flex flex-col gap-3">
<div className="flex items-center justify-between">