Issues_July_2W: Project overview widgets #256

Merged
vikas.nale merged 17 commits from Issues_July_2W into main 2025-07-15 12:28:46 +00:00
Showing only changes of commit 8748193069 - Show all commits

View File

@ -94,10 +94,11 @@ const ProjectCard = ({ projectData, recall }) => {
style={{ fontSize: "xx-large" }} style={{ fontSize: "xx-large" }}
></i> ></i>
</div> </div>
<div className="me-2"> <div className="me-2 text-wrap ">
<h5 <h5
className="mb-0 stretched-link text-heading text-start" className="mb-0 stretched-link text-heading text-start text-truncate"
onClick={handleViewProject} onClick={handleViewProject}
style={{ maxWidth: "180px", display: "inline-block" }}
> >
{projectInfo.shortName {projectInfo.shortName
? projectInfo.shortName ? projectInfo.shortName