Fixed: Discovery overview description not hidden on mobile

pull/4938/head
Qstick 4 years ago
parent 50142eea64
commit 87bf010c67

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

Loading…
Cancel
Save