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:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-16 15:05:44 +0300
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-16 15:05:44 +0300
commit595da33d738041cf0b2c28a87989aa271f5019cc (patch)
tree5cdb9f6702cb9446f2df56933ea48d49ce62ded4 /app/assets/stylesheets/pages/labels.scss
parent2490f804cd4c12533fd6c70fc8014a06f2d19d47 (diff)
fixed scss linting issue
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 703a429d63c..d129eb12a45 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -98,7 +98,7 @@
}
.label {
- padding: 8px 9px 9px 9px;
+ padding: 8px 9px 9px;
font-size: 14px;
}
}