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 Padding Issue in Sudoku Grid Rows #33

Open
4 tasks
katarinakovacova opened this issue Oct 23, 2024 · 0 comments
Open
4 tasks

Fix Padding Issue in Sudoku Grid Rows #33

katarinakovacova opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@katarinakovacova
Copy link
Owner

Description

There is an issue with the padding in the Sudoku grid where, if a row is missing numbers, the entire row shrinks. This leads to inconsistent row heights and affects the overall layout.

Tasks

  • Investigate the cause of the shrinking rows when numbers are missing.
  • Ensure that each row maintains consistent height regardless of the number of digits.
  • Adjust the CSS/SCSS to apply proper padding and spacing to prevent shrinking.
  • Test the solution on all possible grid states (empty, partially filled, fully filled).
Snímka obrazovky 2024-10-23 o 10 38 01

Acceptance Criteria

  • Each row in the Sudoku grid maintains a consistent height, even when numbers are missing.
  • The grid layout remains stable across different screen sizes.
  • The CSS/SCSS code is clean and does not introduce any other layout issues.
@katarinakovacova katarinakovacova added the bug Something isn't working label Oct 23, 2024
@katarinakovacova katarinakovacova self-assigned this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant