@stackoverflow/stacks 3.0.0-beta.28 → 3.0.0-beta.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14004,7 +14004,8 @@ body.theme-highcontrast .s-post-summary__deleted * {
14004
14004
  display: flex;
14005
14005
  gap: var(--su6);
14006
14006
  line-height: 1.563rem;
14007
- word-break: break-all;
14007
+ overflow-wrap: break-word;
14008
+ hyphens: auto;
14008
14009
  }
14009
14010
  .s-post-summary .s-post-summary--title-link {
14010
14011
  color: var(--_ps-title-link-fc);