Skip to content

UI: fix loadpoint value alignment on narrow screens - #32275

Merged
naltatis merged 1 commit into
masterfrom
fix/loadpoint-value-alignment
Jul 29, 2026
Merged

UI: fix loadpoint value alignment on narrow screens#32275
naltatis merged 1 commit into
masterfrom
fix/loadpoint-value-alignment

Conversation

@naltatis

@naltatis naltatis commented Jul 29, 2026

Copy link
Copy Markdown
Member

fixes #31993, replaces #32050

On narrow screens the session-info label gets truncated (overflow: hidden), which moves the baseline of the inline-block select to its bottom edge. This grows the label's line box and pushes the session value a few pixels below the other loadpoint values. Same root cause analysis as #32050, but fixed with an existing Bootstrap utility instead of scoped CSS.

  • add align-top to the session-info select, wins over align-baseline by utility source order

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@github-actions github-actions Bot added bug Something isn't working ux User experience/ interface labels Jul 29, 2026
@naltatis
naltatis enabled auto-merge (squash) July 29, 2026 15:26
@naltatis
naltatis merged commit b178fb5 into master Jul 29, 2026
11 checks passed
@naltatis
naltatis deleted the fix/loadpoint-value-alignment branch July 29, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ux User experience/ interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Loadpoint: Values not in a line

1 participant