Problem/Motivation
When additional items are placed in the Tools region of navigation's top bar, the breadcrumb area's vertical alignment becomes broken.
Steps to reproduce
- Enable the Navigation module and Gin admin theme.
- Enable
responsive_preview_navigation(or any module that adds a TopBarItem to the Tools region). - Observe the breadcrumb area.
Before:

After:

| Comment | File | Size | Author |
|---|---|---|---|
| topbar-after.png | 4.7 KB | arthur_lorenz | |
| topbar-before.png | 4.74 KB | arthur_lorenz |
Issue fork gin-3582586
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
arthur_lorenz commentedComment #4
yashaswi18 commentedI followed the steps and was able to reproduce the issue in Drupal 11. The suggested fix works as expected and resolves the problem. I also reviewed the code changes, and they look good. Thank you.
Comment #7
jurgenhaas