Skip to content

Commit

Permalink
Merge pull request #19413 from christianwach/lab-core-2306
Browse files Browse the repository at this point in the history
Fix rendering of Dashlet placeholder
  • Loading branch information
colemanw authored Jan 18, 2021
2 parents 927b3ad + 5558900 commit 57e91ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ fieldset.crm-inactive-dashlet-fieldset legend {
#civicrm-dashboard .ui-sortable-placeholder {
border: 2px dashed grey;
visibility: visible !important;
height: 80px !important;
width: 226px;
height: 66px !important;
vertical-align: bottom;
}

#civicrm-dashboard .ui-sortable-placeholder * {
Expand Down

0 comments on commit 57e91ba

Please sign in to comment.