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:
authorFilipa Lacerda <filipa@gitlab.com>2016-10-06 13:40:08 +0300
committerFilipa Lacerda <filipa@gitlab.com>2016-10-06 13:40:08 +0300
commit389630409672d12cb88c1b534ed11340f132c1d7 (patch)
treef21113327d00223a999bad193ae01eaa40ad802b /app
parent8de767c40cd94da47673e264f3dbb4d0243d85c4 (diff)
Fixes linter problems
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/environments.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index d8a28b5860d..1981c15e75c 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -56,7 +56,7 @@
.branch-commit {
.commit-id {
- margin-right: 0px;
+ margin-right: 0;
}
}
}