Search Banner

Here’s a quick fix in waiting for an official fix:

.search-menu {
  .search-link {
    .badge-category {
      display: inline-flex;
    }
  }
}

It seems related to this CSS:

The badge category doesn’t have the proper display.

However, there is already an inline-flex on .badge-category, so I think it’s safe to remove the CSS in the component. :thinking:

6 Likes