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

[BUG] Board list bottom cut off #551

Closed
miguel-felix1 opened this issue Nov 4, 2022 · 0 comments · Fixed by #554
Closed

[BUG] Board list bottom cut off #551

miguel-felix1 opened this issue Nov 4, 2022 · 0 comments · Fixed by #554
Labels
bug Something isn't working frontend
Milestone

Comments

@miguel-felix1
Copy link
Contributor

miguel-felix1 commented Nov 4, 2022

Description

As a user I want to be able to see the board list in full detail.

Current behavior

Board list is being cut off prematurely

Suggestion

On the dashboard calc(100vh - 395px) instead of calc(100vh - 450px)
On the board list calc(100vh - 180px) instead of calc(100vh - 300px)

Dashboard:
Image

Board List:
Image

@miguel-felix1 miguel-felix1 added this to the MVP milestone Nov 4, 2022
Repository owner moved this from To Do to Done in SPLIT • Bugs Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant