-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRM-19456 - avoid horizontal scrolling #9173
Conversation
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this and agree its a good change.
@jmcclelland this looks like a dup of #9145 / https://issues.civicrm.org/jira/browse/CRM-19245 which has already been merged. |
@jmcclelland - wondering what you think of the alternate strategy here: https://github.com/civicrm/civicrm-core/pull/9145/files @tschuettler - any thoughts on this as an alternative to your fix? |
I prefer the broader reach of my patch - since it is not just the manage group page - it also affects the activities tab and probably more places. |
@colemanw @jmcclelland - same here. I'm merging this in and going to revert 9145 here #9220 |
This reverts commit 5b2b04c. Superceded by civicrm#9173
@michaelmcandrew looks good to me. |
This reverts commit 5b2b04c. Superceded by civicrm#9173
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.