Skip to content

Commit

Permalink
Fix dev/core#5561 - CMS theme floats break FormBuilder layout
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Nov 11, 2024
1 parent 9695738 commit 5c1a687
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/greenwich/scss/_tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ input[type="search"]::-webkit-search-cancel-button {
summary {
display: list-item;
}
/* Fix stray floats from some cms themes: https://lab.civicrm.org/dev/core/-/issues/5561 */
#bootstrap-theme legend {
float: none;
}

0 comments on commit 5c1a687

Please sign in to comment.