mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
39827a08fe
On narrow viewports, the search result icon was pushed to its own flex line when the title text was too long, causing vertical misalignment.
The fix wraps the title text and package badge in a single container that manages its own flex layout, preventing the icon from being separated from the text on narrow viewports.
Fixes #68005
(cherry picked from commit d95e856a25)