summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-22 11:29:38 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-06-22 11:29:38 -0500
commit0c9da2e40d69589db47097e59bbad3e809792e6f (patch)
tree5375f3fdd689997ebf34849441994c93b7e52f9d
parent70bc8665637e7d306f2612ab1965eb337cea27ac (diff)
downloadgitlab-ce-48296-remove-top-padding-on-gpg-popovers.tar.gz
Remove top margin for bootstrap popover headers48296-remove-top-padding-on-gpg-popovers
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 0d8e867f41d..ba1f0a975a9 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -173,6 +173,12 @@ table {
display: none;
}
+h3.popover-header {
+ // Default bootstrap popovers use <h3>
+ // which we default to having a top margin
+ margin-top: 0;
+}
+
// Add to .label so that old system notes that are saved to the db
// will still receive the correct styling
.badge,