Fixes #20017: ensures full ChangeLog change is highlighted

This commit is contained in:
Jason Novinger 2025-08-04 10:47:35 -05:00
parent 9df0bdcfaf
commit eb7ed4e69f
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -8,6 +8,8 @@ pre.change-data {
display: block;
padding-right: $spacer;
padding-left: $spacer;
width: 100%;
min-width: fit-content;
&.added {
background-color: $green;