Skip to content

Commit

Permalink
CIVIMM-249: Align the crm accordion header and content inside ui moda…
Browse files Browse the repository at this point in the history
…l box
  • Loading branch information
swastikpareek committed Dec 24, 2024
1 parent 8cdf1e3 commit f5e031f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/civicrm/common/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
width: calc(100% + #{$crm-standard-gap * 2});
}

details[class*='crm-accordion'] > summary {
margin: 0 -20px;
}

details[class*='crm-accordion'] > summary +.crm-accordion-body,
.crm-accordion-header:not(.crm-master-accordion-header)+.crm-accordion-body {
box-shadow: none;
padding: 20px 0 !important;
Expand Down

0 comments on commit f5e031f

Please sign in to comment.