mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Fixed: Discovery overview description not hidden on mobile
This commit is contained in:
parent
50142eea64
commit
87bf010c67
1 changed files with 6 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue