Skip to content
Snippets Groups Projects
Commit b315947c authored by colemanw's avatar colemanw
Browse files

Fix inline-edit css for td elements

parent 2d13b854
No related branches found
No related tags found
No related merge requests found
......@@ -4020,21 +4020,17 @@ div.m ul#civicrm-menu,
}
/* in place edit */
.crm-container .crm-editable-enabled {
white-space: nowrap;
}
.crm-container .crm-editable-enabled,
.crm-container .crm-editable-textarea-enabled {
white-space: nowrap;
display: block;
padding-left: 2px;
border: 2px dashed transparent;
}
.crm-container .crm-editable-enabled:hover {
display: block;
padding-left: 2px;
border: 2px dashed lightgrey;
cursor: pointer;
}
.crm-container .crm-editable-placeholder {
......@@ -4059,6 +4055,10 @@ div.m ul#civicrm-menu,
min-height: 1.4em;
}
.crm-container td.crm-editable {
display: table-cell !important;
}
/*crm-10345*/
.crm-container .field-action {
word-wrap: normal;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment