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:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:29:44 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:29:44 +0300
commit2004b30ed60b2de37edcc0e174b0cfdc20e33db4 (patch)
treec8a09ad4375cc837da90aaa5db198c738cda8f78 /app/assets/stylesheets/framework/modal.scss
parentcb38290ababe43aca0c635fb87d3a38c4c5debcd (diff)
Enable SpaceAroundOperator in scss-lint
Diffstat (limited to 'app/assets/stylesheets/framework/modal.scss')
-rw-r--r--app/assets/stylesheets/framework/modal.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss
index 8374f30d0b2..8cd49280e1c 100644
--- a/app/assets/stylesheets/framework/modal.scss
+++ b/app/assets/stylesheets/framework/modal.scss
@@ -3,7 +3,7 @@
padding: 15px;
.form-actions {
- margin: -$gl-padding+1;
+ margin: -$gl-padding + 1;
margin-top: 15px;
}