Skip to content

Commit fb19fe6

Browse files
authored
fix(post-summary): wrap long title strings (#2192)
* fix(post-summary): wrap long title strings * changeset
1 parent 34a2cd1 commit fb19fe6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/little-monkeys-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackoverflow/stacks": patch
3+
---
4+
5+
Wrap long post-summary titles

packages/stacks-classic/lib/components/post-summary/post-summary.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
display: flex;
254254
gap: var(--su6);
255255
line-height: 1.563rem; // TODO use a standard line-height variable (currently 25px)
256+
word-break: break-all;
256257
}
257258

258259
& &--title-link {

0 commit comments

Comments
 (0)