Skip to content

fix: Make classes for gl-filtered-search-suggestion more specific in order to override styles in GitLab

Laura Montemayor requested to merge lm-change-specificity-of-css into master

When using this component in GitLab, the classes for gl-filtered-search-suggestion-list get overridden with Boostrap styles, removing the styles for display: block and width.

To fix this, we can change the specificity of the classes.

Edited by Clement Ho

Merge request reports