@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.
@@ -52,7 +52,7 @@
52
52
  &:has(.s-tag.s-tag__ignored) {
53
53
  --_ps-ignored-bg: var(--black-100);
54
54
  --_ps-ignored-fc: var(--black-400);
55
-
55
+
56
56
  &.s-post-summary__answered {
57
57
  --_ps-stats-answers-bg: var(--_ps-ignored-bg);
58
58
  --_ps-stats-answers-fc: var(--_ps-ignored-fc);
@@ -253,7 +253,8 @@
253
253
  display: flex;
254
254
  gap: var(--su6);
255
255
  line-height: 1.563rem; // TODO use a standard line-height variable (currently 25px)
256
- word-break: break-all;
256
+ overflow-wrap: break-word;
257
+ hyphens: auto;
257
258
  }
258
259
 
259
260
  & &--title-link {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackoverflow/stacks",
3
3
  "description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
4
- "version": "3.0.0-beta.28",
4
+ "version": "3.0.0-beta.29",
5
5
  "files": [
6
6
  "dist",
7
7
  "lib",