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 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

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;