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:
authorSam Beckham <sbeckham@gitlab.com>2018-06-18 14:38:22 +0300
committerFatih Acet <acetfatih@gmail.com>2018-06-18 14:38:22 +0300
commitf4ab8fe3a70749a4d957e75a3984d08b90e7b4cc (patch)
tree2ca4302657315eb66b8a0823f4cc36237063149f /app/assets/stylesheets/bootstrap_migration.scss
parenta170c587a0ee2f303908c70a942ef3f163e2ddb7 (diff)
Resolve "Creating a deploy token doesn't bring back to the creation page"
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index d92b6f9fe09..6017e5554d8 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -208,6 +208,15 @@ table {
&:not(:last-of-type) {
border-bottom: 1px solid $well-inner-border;
}
+
+ p,
+ ol,
+ ul,
+ .form-group {
+ &:last-of-type {
+ margin-bottom: 0;
+ }
+ }
}
.badge.badge-gray {