Skip to content

Conversation

@JerryVincent
Copy link
Collaborator

@JerryVincent JerryVincent commented Jan 7, 2026

Type of Change

  • Dependency upgrade
  • [ ✔️ ] Bug fix (non-breaking change)
  • Breaking change
    • e.g. a fixed bug or new feature that may break something else
  • New feature
  • Code quality improvements
    • e.g. refactoring, documentation, tests, tooling, ...

Implementation

Problem

  • Cards in the same grid row had different heights when sensor titles varied in length
  • Long sensor titles (e.g., "Beleuchtungsstärke") overflowed and overlapped with the sensor icon

Fix

  • Added flexbox properties to ensure uniform card heights within grid rows
  • Implemented text truncation with native browser tooltip for long titles
  • Prevented icon from shrinking when title is long

Checklist

  • [✔️ ] I gave this pull request a meaningful title
  • [✔️ ] My pull request is targeting the dev branch
  • [✔️ ] I have added documentation to my code
  • [✔️ ] I have deleted code that I have commented out

Additional Information

@scheidtdav scheidtdav merged commit 4a4c290 into dev Jan 9, 2026
6 checks passed
@scheidtdav scheidtdav deleted the fix/sensorCardOverflow branch January 9, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sensors grid is irregular and cards overflow

3 participants