diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 0d8e867f41d189f346d1596322003a4b3b265763..ba1f0a975a9579bf99362782ab9b623fdddf9efa 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,