Skip to content

Commit

Permalink
Merge pull request #1425 from CuBoulder/issue/1421
Browse files Browse the repository at this point in the history
Accordions: Fixes Accordions containing Columns Overflow
  • Loading branch information
jcsparks authored Oct 23, 2024
2 parents cf66a77 + e640c80 commit 8714960
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/ucb-accordion-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,15 @@
.accordion-item:last-child {
border-bottom: 0;
}

/*** Flush Accordion Overrides (for ckeditor columns) ***/
.accordion-body .row.ucb-column-container {
margin-left: 0px;
margin-right: 0px;
}
.accordion-body .row.ucb-column-container .col.ucb-column:first-of-type{
padding-left: 0px;
}
.accordion-body .row.ucb-column-container .col.ucb-column:last-of-type{
padding-right: 0px;
}

0 comments on commit 8714960

Please sign in to comment.