[#73462] Vertically center Backlogs Inbox counter#22524
Merged
EinLama merged 1 commit intorelease/17.3from Mar 26, 2026
Merged
Conversation
Also increases space between "Backlog" text and counter to 8px. https://community.openproject.org/wp/73462
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts the Backlogs inbox header layout to vertically center the counter next to the “Backlog” label and standardize spacing between them, improving visual alignment in the Backlogs UI.
Changes:
- Update the Backlogs Inbox header
<h3>to use inline flex layout with centered alignment. - Replace margin-based spacing on the counter with a consistent flex
gapbetween label and counter. - Minor keyword argument reordering for consistency in a related Subhead heading.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| modules/backlogs/app/views/rb_master_backlogs/_sprint_planning_list.html.erb | Minor reorder of with_heading keyword arguments (no functional change). |
| modules/backlogs/app/components/backlogs/inbox_component.html.erb | Apply inline-flex + centered alignment and gap-2 to vertically center the counter and set 8px spacing. |
3 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
https://community.openproject.org/wp/73462
What are you trying to accomplish?
Vertically centers Backlogs Inbox counter. Also increases space between "Backlog" text and counter to 8px.
Screenshots
What approach did you choose and why?
n/a
Merge checklist