projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8204b64
)
CRM-19456 - avoid horizontal scrolling
author
Jamie McClelland
<jm@mayfirst.org>
Tue, 4 Oct 2016 14:53:23 +0000
(10:53 -0400)
committer
Jamie McClelland
<jm@mayfirst.org>
Tue, 4 Oct 2016 14:53:23 +0000
(10:53 -0400)
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
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index 955218bb292b20e038bc7eb29bee9ecb05ad81fd..90d6ffb3812de05b61f2bdd47973fc141050bd0d 100644
(file)
--- 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;
}