Skip to content

Code search result long line bug

What does this MR do and why?

Due to some regression long lines in the code search view had scroll bars when longer than its container. This MR is fixing this by wrapping the long lines to the next line.

Screenshots or screen recordings

before after
before after

How to set up and validate locally

  1. Checkout this branch
  2. Search any term on the global search page /search
  3. Shrink the width of your browser to make lines in the code search view longer than their container

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #357066 (closed)

Edited by Tomas Bulva

Merge request reports