1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

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

View File

@ -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}