Skip to content
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(ui): Prevent usage stats from overflowing on mobile #29602

Merged
merged 2 commits into from
Oct 27, 2021

Conversation

scttcper
Copy link
Member

Grid layouts don't work well with our panel table on mobile

Grid layouts don't work well with our panel table on mobile
@scttcper scttcper requested a review from robinrendle October 27, 2021 17:29
@scttcper scttcper requested a review from a team as a code owner October 27, 2021 17:29
</Fragment>
);
}
}

export default withProjects(UsageStatsProjects);

const GridRow = styled('div')`
grid-column: 1 / -1;
const MarginBottom = styled('div')`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sort of wish the name was marginally more semantic

@github-actions
Copy link
Contributor

size-limit report

Path Base Size (f6348cd) Current Size Change
src/sentry/static/sentry/dist/entrypoints/app.js 52.74 KB 52.75 KB +0.02% 🔺
src/sentry/static/sentry/dist/entrypoints/sentry.css 70.89 KB 70.89 KB 0%

@scttcper scttcper merged commit f170187 into master Oct 27, 2021
@scttcper scttcper deleted the scttcper/useage-stats-overflow branch October 27, 2021 21:19
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants