From 0c9da2e40d69589db47097e59bbad3e809792e6f Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 22 Jun 2018 11:29:38 -0500 Subject: Remove top margin for bootstrap popover headers --- app/assets/stylesheets/bootstrap_migration.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/assets/stylesheets/bootstrap_migration.scss') 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

+ // 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, -- cgit v1.2.3