From 12e7155fc51226cd615e1b3bb30ce5dead9fec82 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 31 Jul 2013 15:27:41 +0530 Subject: [PATCH] CRM-12186 fix ---------------------------------------- * CRM-12186: Fonts in new profile editor preview mode are too small and wrapped. http://issues.civicrm.org/jira/browse/CRM-12186 --- css/civicrm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/civicrm.css b/css/civicrm.css index e1c706378d..fe110951b8 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -42,6 +42,7 @@ div.crm-container label { margin: 0em 0em 1em; border-collapse: collapse; width: 100%; + font-size: 12px; } .crm-container table.criteria-group { -- 2.25.1