Skip to content

Commit

Permalink
CRM-19456 - avoid horizontal scrolling
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jmcclelland committed Oct 4, 2016
1 parent 8204b64 commit 3cfe293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/civicrm.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3cfe293

Please sign in to comment.