-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Marketplace #275
Fix Marketplace #275
Conversation
<Table | ||
headers={['Name', 'Description', 'Last Updated', 'Status']} | ||
sizes={['25%', '25%', '25%', '25%']} | ||
background="fill-one" | ||
width="100%" | ||
height="100%" | ||
height="calc(100% - 16px - 16px - 53px)" // The previous node is 53px tall with a 16px marginBottom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be easier to put this in a 100%x100% box with 16px vertical padding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does work with flex layouts IMO, but if you know better please commit coz I ain't fighting this battle again.
if (!data || !cluster) return <LoopingLogo /> | ||
if (!data || !cluster) { | ||
return ( | ||
<Flex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we make this a separate function for cleanliness?
Summary
Quick fixes for almost every screen of the app:
Labels
Test Plan
Checklist