fix: text ellipsis fix (#217)
Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia1001@gmail.com>
This commit is contained in:
parent
0cb4edab54
commit
fbb045436c
5 changed files with 12 additions and 6 deletions
|
|
@ -199,7 +199,9 @@ const WorkspacePage: NextPage = () => {
|
|||
{project?.name.charAt(0)}
|
||||
</span>
|
||||
)}
|
||||
<h3>{project.name}</h3>
|
||||
<h3 className="w-[150px] lg:w-[225px] text-ellipsis overflow-hidden">
|
||||
{project.name}
|
||||
</h3>
|
||||
</div>
|
||||
<div className="text-gray-400">
|
||||
<ArrowRightIcon className="h-4 w-4" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue