open-sauced / app

🍕 Insights into your entire open source ecosystem.
https://pizza.new
Apache License 2.0
381 stars 202 forks source link

Bug: Workspaces layout missing top padding #3562

Closed isabensusan closed 2 weeks ago

isabensusan commented 2 weeks ago

Describe the bug

Padding at the top of the Workspaces layout is off:

image

By adding a pt-8 class to the top, It should look something like this:

image

Steps to reproduce

  1. Go to any workspace and you'll see it
github-actions[bot] commented 2 weeks ago

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.

For full info on how to contribute, please check out our contributors guide.

zeucapua commented 2 weeks ago

This is fixed with the merging of #3537 (example of the workspace home page): https://github.com/open-sauced/app/blob/a5578b0b0a7471192853280cdc120bb2271d555e/pages/workspaces/%5BworkspaceId%5D/index.tsx#L142