truncate and ellipse studysummary text
This commit is contained in:
parent
95249928a8
commit
17b6e3ca6c
@ -10,8 +10,8 @@ const StudySummary = ({ date, modality, description }) => {
|
|||||||
{modality}
|
{modality}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="leading-none">
|
<div className="text-base leading-none truncate text-primary-light ellipse">
|
||||||
<span className="text-base text-primary-light">{description}</span>
|
{description}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user