Fixed retries in sdk, file ordering in admin and editing issues in app creator

This commit is contained in:
frikky
2022-02-24 02:06:38 +01:00
parent a6d224aff0
commit e3a8f1553e
6 changed files with 65 additions and 33 deletions
+1 -1
View File
@@ -3185,7 +3185,7 @@ const Admin = (props) => {
}
return (
<ListItem key={index} style={{ backgroundColor: bgColor }}>
<ListItem key={index} style={{ backgroundColor: bgColor, maxHeight: 100, overflow: "hidden",}}>
<ListItemText
style={{
maxWidth: 225,