From cc170959da693ab7596c97f9d8dbdf63f8baf52f Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Thu, 3 Jan 2019 19:06:56 +0000 Subject: Force popover-header to size 14px instead of rems --- app/assets/stylesheets/bootstrap_migration.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 b7dbb48632e..587127bb059 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -145,7 +145,8 @@ table { pointer-events: none; } -.popover { +.popover, +.popover-header { font-size: 14px; } -- cgit v1.2.3