Skip to content

Commit

Permalink
Merge pull request #19682 from colemanw/dashlet-spacing
Browse files Browse the repository at this point in the history
Reduce wasted space in civicrm dashboard margins
  • Loading branch information
seamuslee001 authored Feb 26, 2021
2 parents 534804a + e0bc586 commit fdb8caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/dashboard.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#civicrm-dashboard > .crm-flex-box {
min-height: 200px;
column-gap: 10px;
}

#civicrm-dashboard > .crm-flex-box > .crm-flex-2 {
Expand All @@ -10,7 +11,7 @@
}

.crm-container .crm-dashlet {
margin: 10px;
margin-bottom: 10px;
box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
border-radius: 3px;
}
Expand Down

0 comments on commit fdb8caa

Please sign in to comment.