From 3cfe2936a847b2dd3377ecd61ebfccb90be8b3e3 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Tue, 4 Oct 2016 10:53:23 -0400 Subject: [PATCH] CRM-19456 - avoid horizontal scrolling When no-wrap is specified, pages such as the Manage Groups and the Activities tab will require horizontal scrolling because the descriptions won't wrap. --- css/civicrm.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index 955218bb29..90d6ffb381 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3270,7 +3270,6 @@ div.m ul#civicrm-menu, /* in place edit */ .crm-container .crm-editable-enabled { - white-space: nowrap; padding-left: 2px; border: 2px dashed transparent; } -- 2.25.1