mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Fuzzy search dropdown UI element min-width (issue 14644) 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: <br />  After: <br />  See merge request !3407