Skip to content

Commit

Permalink
Merge pull request #28448 from colemanw/summaryStyle
Browse files Browse the repository at this point in the history
Greenwich - Fix styling of summary collapsible element
  • Loading branch information
artfulrobot committed Dec 4, 2023
2 parents 260f210 + ba985a2 commit 8ea0166
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 @@ -25,3 +25,7 @@ input[type="search"]::-webkit-search-cancel-button {
font-size: inherit;
font-weight: normal;
}
/* Bootstrap3 styles these as block which is non-compliant with html standards */
summary {
display: list-item;
}

0 comments on commit 8ea0166

Please sign in to comment.