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:
authorClement Ho <clemmakesapps@gmail.com>2018-10-29 20:35:00 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-10-29 20:35:00 +0300
commit48e61c6c721a52914658142139218dbcc19394be (patch)
tree87bb7ec829e48e01f38130b8ac8116a79badd9e5 /app
parent05af98bfefba87f60eda58642a6422af10c129ae (diff)
parent7921e7d2555ca2a49cc15648e2054a3c13f166a2 (diff)
Merge branch 'gt-truncate-milestone-title-on-collapsed-sidebar' into 'master'
Truncate milestone title on collapsed sidebar See merge request gitlab-org/gitlab-ce!22624
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 10ffe8dd37f..5295e656ab0 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -24,7 +24,7 @@
.block.milestone
.sidebar-collapsed-icon.has-tooltip{ title: milestone_tooltip_title(issuable.milestone), data: { container: 'body', html: 'true', placement: 'left', boundary: 'viewport' } }
= icon('clock-o', 'aria-hidden': 'true')
- %span.milestone-title
+ %span.milestone-title.collapse-truncated-title
- if issuable.milestone
= issuable.milestone.title
- else