Commit baa0c3d7 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '216046-snippet-search-results-page-styling-issue' into 'master'

Resolve "Snippet Search results page styling issue"

Closes #216046

See merge request gitlab-org/gitlab!30837
parents 663b215c 0618584c
.search-result-row
%h4.snippet-title.term
%h4
= link_to gitlab_snippet_path(snippet_title) do
= truncate(snippet_title.title, length: 60)
= snippet_badge(snippet_title)
......
---
title: Align styling of snippet search results
merge_request: 30837
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment