From 65f6645d412953a066f30eb1f0dbcb4cfc747873 Mon Sep 17 00:00:00 2001 From: Nicol Date: Thu, 7 Dec 2023 18:45:24 +0000 Subject: [PATCH] Reset font size in tables to inherit from table --- css/civicrm.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 430a55fd90..b606e7f2ae 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2203,6 +2203,10 @@ div.crm-master-accordion-header a.helpicon { font-weight: bold; } +.crm-container table summary { /* Makes summary match the size of the rest of the table it's in */ + font-size: inherit; +} + .crm-container summary::-webkit-details-marker { /* Safari fix to remove summary icon */ display: none; } -- 2.25.1