Merge pull request #521 from arifszn/truncate-title
Handle GitHub project title truncating better
This commit is contained in:
commit
c0283ce6a3
@ -97,10 +97,10 @@ const GithubProjectCard = ({
|
||||
>
|
||||
<div className="flex justify-between flex-col p-8 h-full w-full">
|
||||
<div>
|
||||
<div className="flex items-center">
|
||||
<div className="card-title text-lg tracking-wide flex text-base-content opacity-60 truncate">
|
||||
<div className="flex items-center truncate">
|
||||
<div className="card-title text-lg tracking-wide flex text-base-content opacity-60">
|
||||
<MdInsertLink className="my-auto" />
|
||||
<span className="truncate">{item.name}</span>
|
||||
<span>{item.name}</span>
|
||||
</div>
|
||||
</div>
|
||||
<p className="mb-5 mt-1 text-base-content text-opacity-60 text-sm">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user