Fixed: Discovery overview description not hidden on mobile

This commit is contained in:
Qstick 2020-09-04 21:37:23 -04:00
parent 50142eea64
commit 87bf010c67
1 changed files with 6 additions and 4 deletions

View File

@ -219,10 +219,12 @@ class DiscoverMovieOverview extends Component {
</div>
<div className={styles.details}>
<TextTruncate
line={Math.floor(overviewHeight / (defaultFontSize * lineHeight))}
text={overview}
/>
<div className={styles.overview}>
<TextTruncate
line={Math.floor(overviewHeight / (defaultFontSize * lineHeight))}
text={overview}
/>
</div>
<DiscoverMovieOverviewInfo
height={overviewHeight}