From: Nicol Date: Thu, 7 Dec 2023 18:45:24 +0000 (+0000) Subject: Reset font size in tables to inherit from table X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=65f6645d412953a066f30eb1f0dbcb4cfc747873;p=civicrm-core.git Reset font size in tables to inherit from table --- 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; }