Commit e5dcd110 authored by Phil Hughes's avatar Phil Hughes

Merge branch '62154-fe-create-fix-long-branch-name-in-dropdown' into 'master'

Add word break style to branch name in dropdown

Closes #62154

See merge request gitlab-org/gitlab-ce!29069
parents 50063f4a 073ddf1e
......@@ -403,6 +403,7 @@ code {
.git-revision-dropdown .dropdown-content ul li a {
@extend .ref-name;
word-break: break-all;
}
/**
......
---
title: Add support to view entirety of long branch name in dropdown instead of it
being cut off
merge_request: 29069
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