mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
|
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| search-dialog.component.html | ||
| search-dialog.component.scss | ||
| search-dialog.component.spec.ts | ||
| search-dialog.component.ts | ||