Skip to content

Fuzzy search dropdown UI element min-width (issue 14644)

Grant requested to merge (removed):feature/fuzz-search-min-width into master

Short project names sometimes result in an unusable fuzzy search UI element. Therefore, I added a min-width CSS property with a value of 175px.

See here for details but it's fairly straight forward: https://gitlab.com/gitlab-org/gitlab-ce/issues/14644

Before:
Screen_Shot_2016-03-25_at_20.03.54

After:
Screen_Shot_2016-03-25_at_20.19.29

Merge request reports