Fixed retries in sdk, file ordering in admin and editing issues in app creator
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user