Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSamantha Ming <sming@gitlab.com>2019-06-10 21:28:49 +0300
committerPhil Hughes <me@iamphill.com>2019-06-10 21:28:49 +0300
commit073ddf1ed99a4d009a69aecbfdc35c4a48d64f94 (patch)
tree05524479e121dc3938914ed710a7137ddb8ba1b4 /app
parent50063f4a8554c96ff1b757d84daaef547a8b849a (diff)
Add word break style to branch name in dropdown
Add change log
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/typography.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 7c152efd9c7..9e1431963d9 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -403,6 +403,7 @@ code {
.git-revision-dropdown .dropdown-content ul li a {
@extend .ref-name;
+ word-break: break-all;
}
/**