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
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-08-06 19:34:42 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-08-06 19:34:42 +0300
commit343a45dc588070cd7d0df30821dcec8c7b95a387 (patch)
tree662d11c7c168daa1b881c78113007fca6c3364db /app/assets/stylesheets/framework/layout.scss
parentdee68253da2a57c918d9f19294a133f1a5139534 (diff)
Use existing truncation.
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 09c596e168c..67c3287ed74 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -121,13 +121,6 @@ of the body element here, we negate cascading side effects but allow momentum sc
-webkit-overflow-scrolling: auto;
}
-.truncate {
- width: 250px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
.with-performance-bar .page-with-sidebar {
margin-top: $header-height + $performance-bar-height;
}