Commit 31a7ee6d authored by Phil Hughes's avatar Phil Hughes

Merge branch '295263-fork-icon-shrinks-if-branch-name-is-very-long' into 'master'

Fix fork icon shrinks if branch name is very long

See merge request gitlab-org/gitlab!50915
parents 6bd61d9b e34759f5
......@@ -4,7 +4,7 @@
%li{ class: "branch-item js-branch-item js-branch-#{branch.name}", data: { name: branch.name } }
.branch-info
.branch-title
= sprite_icon('fork', size: 12)
= sprite_icon('fork', size: 12, css_class: 'gl-flex-shrink-0')
= link_to project_tree_path(@project, branch.name), class: 'item-title str-truncated-100 ref-name gl-ml-3 qa-branch-name' do
= branch.name
- if branch.name == @repository.root_ref
......
---
title: Fix fork icon shrinks if branch name is very long
merge_request: 50915
author: Kev @KevSlashNull
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