Add word break style to branch name in dropdown

Add change log
This commit is contained in:
Samantha Ming 2019-06-10 18:28:49 +00:00 committed by Phil Hughes
parent 50063f4a85
commit 073ddf1ed9
2 changed files with 7 additions and 0 deletions

View File

@ -403,6 +403,7 @@ code {
.git-revision-dropdown .dropdown-content ul li a {
@extend .ref-name;
word-break: break-all;
}
/**

View File

@ -0,0 +1,6 @@
---
title: Add support to view entirety of long branch name in dropdown instead of it
being cut off
merge_request: 29069
author:
type: fixed