#170: Added parameter looping check for special apps

This commit is contained in:
frikky
2020-12-15 16:12:53 +01:00
parent 11c41f7e70
commit 50bcf3bf3d
2 changed files with 28 additions and 10 deletions
+2 -2
View File
@@ -589,10 +589,10 @@ const Apps = (props) => {
<div style={{marginRight: 15, marginTop: 10}}>
{imageline}
</div>
<div style={{maxWidth: "75%", overflow: "hidden"}}>
<div style={{maxWidth: "85%", overflow: "hidden"}}>
<h2 style={{marginTop: 20, marginBottom: 0, }}>{newAppname}</h2>
<p style={{marginTop: 5, marginBottom: 0,}}>Version {selectedApp.app_version}</p>
<p style={{marginTop: 5, marginBottom: 0}}>{description}</p>
<p style={{marginTop: 5, marginBottom: 0, maxHeight: 150, overflowY: "auto", overflowX: "hidden",}}>{description}</p>
</div>
</div>
{activateButton}