summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/repo.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-08-06 12:34:42 -0400
committerJacob Schatz <jschatz1@gmail.com>2017-08-06 12:34:42 -0400
commit343a45dc588070cd7d0df30821dcec8c7b95a387 (patch)
tree662d11c7c168daa1b881c78113007fca6c3364db /app/assets/stylesheets/pages/repo.scss
parentdee68253da2a57c918d9f19294a133f1a5139534 (diff)
downloadgitlab-ce-343a45dc588070cd7d0df30821dcec8c7b95a387.tar.gz
Use existing truncation.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 1a534b91d9c..a9c3e363170 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -44,7 +44,7 @@
}
.commit-message {
- @include truncate(250px);
+ @include str-truncated(250px);
}
#editable-mode {