fix: display full whole titles on Technogen cards without truncation
This commit is contained in:
parent
b595699133
commit
c2147d3b8c
|
|
@ -296,15 +296,9 @@ export default function TechnogenSection() {
|
|||
fontWeight: 900,
|
||||
color: '#FFFFFF',
|
||||
lineHeight: 1.45,
|
||||
margin: '0 0 6px',
|
||||
margin: '0 0 8px',
|
||||
cursor: 'pointer',
|
||||
display: '-webkit-box',
|
||||
WebkitLineClamp: 2,
|
||||
WebkitBoxOrient: 'vertical',
|
||||
overflow: 'hidden',
|
||||
minHeight: 40,
|
||||
}}
|
||||
title={isFa ? report.titleFa : (report.titleEn || report.titleFa)}
|
||||
>
|
||||
{isFa ? report.titleFa : (report.titleEn || report.titleFa)}
|
||||
</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue