Fixes #20017: ensures full ChangeLog change is highlighted (#20018)

This commit is contained in:
Jason Novinger 2025-08-04 16:27:39 -05:00 committed by GitHub
parent 669df62cde
commit 47359d9284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;