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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-18 15:00:55 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-18 15:47:41 +0300
commit6c0eea630d5720e5a57f998ee66566e1dd0888b9 (patch)
treec8078b0c44593d8f76a9a71dbc905e90abf41d47 /app/assets/stylesheets/framework/layout.scss
parentc42aa99b4089400357dce32b337aa1ea60fd49ae (diff)
Fix scss_lint offenses in repo, variables and layout sheets
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index b1e4bfcb06d..185d11dfdd7 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -120,9 +120,10 @@ of the body element here, we negate cascading side effects but allow momentum sc
.page-with-sidebar {
-webkit-overflow-scrolling: auto;
}
+
.truncate {
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-} \ No newline at end of file
+}