From 6ca5a1f942725a7e5f6287b8b83c2a774fc3f135 Mon Sep 17 00:00:00 2001 From: Nicol Date: Mon, 17 Jun 2019 13:20:57 +0100 Subject: [PATCH] Resolve a conflict with Wordpress CSS Issue was affecting menu item wrap/overflow, described here: https://github.com/veda-consulting/uk.co.vedaconsulting.gdpr/issues/192. --- css/civicrm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/civicrm.css b/css/civicrm.css index 128a8812e1..ad42f00566 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1437,6 +1437,7 @@ input.crm-form-entityref { padding: 4px; margin: 0; line-height: 15px; + white-space: initial; } .crm-container .action-item-wrap { -- 2.25.1