summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-01-08 14:19:19 +0000
committerClement Ho <ClemMakesApps@gmail.com>2017-02-07 11:15:41 -0600
commit78709bb938579710aa169d9fd7fb6c614d5afad4 (patch)
tree6c294c7b4b52a4343a4ebd1e05a34f4225ca4a6f /app/assets/stylesheets
parent1bbc99f1c83b29f3ec8626ecebe773e7a46b1952 (diff)
downloadgitlab-ce-78709bb938579710aa169d9fd7fb6c614d5afad4.tar.gz
Added small improvments to the chat slash command services
Updated specs
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/lists.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index 426596027de..2bfdb9f9601 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -307,3 +307,7 @@ ul.controls {
}
}
}
+
+ul.indent-list {
+ padding: 10px 0 0 30px;
+}