Reset <summary> font size in tables to inherit from table
authorNicol <vingle@users.noreply.github.com>
Thu, 7 Dec 2023 18:45:24 +0000 (18:45 +0000)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 18:45:24 +0000 (18:45 +0000)
css/civicrm.css

index 430a55fd90c71e724b1dc688116e0830e63aad34..b606e7f2aed05001c9cd3754dcb4993b3af82a93 100644 (file)
@@ -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;
 }