You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
svelte: Fix search result header alignment (#62140)
Currently the title for repository search results is split over multiple
lines. That's because the `RepoRev` component is rendered as a block
component.
This commit changes the root element to a `span` to emphasize that this
component should be an inline component, and uses `inline-flex` instead
of `flex`.
0 commit comments