Commit 065effb8 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'ps-fix-single-file-editor-long-branch' into 'master'

Fix single file editor with long branch name

See merge request gitlab-org/gitlab!36371
parents 66e4cd0e 9a998139
......@@ -45,6 +45,7 @@
display: block;
float: left;
margin-right: 10px;
max-width: 250px;
}
.new-file-name,
......@@ -139,10 +140,6 @@
clear: both;
}
}
.editor-ref {
max-width: 250px;
}
}
}
......
......@@ -4,7 +4,7 @@
.file-holder-bottom-radius.file-holder.file.gl-mb-3
.js-file-title.file-title.align-items-center.clearfix{ data: { current_action: action } }
.editor-ref.block-truncated
.editor-ref.block-truncated.has-tooltip{ title: ref }
= sprite_icon('fork', size: 12)
= ref
- if current_action?(:edit) || current_action?(:update)
......
---
title: Fix single file editor with long branch name
merge_request: 36371
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