Skip to content

JetBrains: Fix search input overflow

Administrator requested to merge dv/jetbrains-search-input-overflow into main

Created by: vdavid

Fixes https://github.com/sourcegraph/sourcegraph/issues/38288

Only needed a little CSS tweak.

As an additional goodie, I've replaced the props spreads with exact prop lists. I've verified that this doesn't change the behavior by:

  • making sure that of App's props, we pass all that the two components recognize
  • making sure that we included no props that App doesn't have
  • just in case, testing the context dropdown, input field, and the buttons. Everything worked well.

Test plan

  • Standalone demo: Loom
  • Also tested it inside the IDE.

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading