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