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 13, 2024
1 parent 9695738 commit 70960bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/greenwich/scss/_tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ input[type="search"]::-webkit-search-cancel-button {
summary {
display: list-item;
}
/* Reset breaky stuff from some cms themes: https://lab.civicrm.org/dev/core/-/issues/5561 */
#bootstrap-theme legend {
position: initial;
text-transform: inherit;
float: none;
}

0 comments on commit 70960bd

Please sign in to comment.