summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-03-28 11:16:06 +0000
committerLuke Bennett <lbennett@gitlab.com>2018-03-28 11:16:06 +0000
commit90ca4aa03239c3924c0005c3c3e2fdb563a9beb2 (patch)
treebb5712714b37b650410b2ab68dc05cb783935f8b /app/assets/stylesheets
parentd45f45439734e12a4d316b8fe1f8d0db01f1c753 (diff)
downloadgitlab-ce-90ca4aa03239c3924c0005c3c3e2fdb563a9beb2.tar.gz
Fix milestone.scss lint
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/milestone.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index 0c00ee0a98c..1729fe1c2e9 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -215,7 +215,7 @@
.milestone-popover-instructions-list {
padding-left: 2em;
- & > li {
+ > li {
padding-left: 1em;
}
}