8000 Fix Dashboard X-Overflow and Adjust Component Spacing by ay-bh · Pull Request #206 · jlab-sensing/ENTS-backend · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix Dashboard X-Overflow and Adjust Component Spacing #206

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ay-bh
Copy link
Contributor
@ay-bh ay-bh commented 8000 Mar 15, 2024

This PR addresses issues that were affecting the dashboard layout, x-overflow and uneven component spacing. It resolves #205.

Changes made:

  • Updated justifyContent value from spaced-evenly to space-evenly in the Stack components on lines 24 and 71 in Dashboard.jsx.
  • Added width: '85vw' and mx: 'auto' to the sx property of the Stack component on line 72 to control the SensorChart dimensions and centering.

Testing:

  • Visual inspection on different screen sizes to ensure layout correctness.
  • Manual testing to confirm no horizontal scrollbars appear and that spacing is even.

@jmadden173 jmadden173 added the javascript Pull requests that update Javascript code label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dashboard layout overflow and spacing issues
2 participants
0