projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e20d16
)
fix: Break text on post titles so long words don't overflow
author
Jay Sitter
<jay@jaysitter.com>
Mon, 3 Jul 2023 00:20:08 +0000
(20:20 -0400)
committer
Jay Sitter
<jay@jaysitter.com>
Mon, 3 Jul 2023 00:20:08 +0000
(20:20 -0400)
src/shared/components/post/post-listing.tsx
patch
|
blob
|
history
diff --git
a/src/shared/components/post/post-listing.tsx
b/src/shared/components/post/post-listing.tsx
index 654f92dceb05518eb7315195965f1f24aa3794de..9bb416afeeefb06fcb6be1a8ff68e58ef14ce1f7 100644
(file)
--- a/
src/shared/components/post/post-listing.tsx
+++ b/
src/shared/components/post/post-listing.tsx
@@
-477,8
+477,8
@@
export class PostListing extends Component<PostListingProps, PostListingState> {
return (
<>
- <div className="post-title
overflow-hidden
">
- <h5 className="d-inline">
+ <div className="post-title">
+ <h5 className="d-inline
text-break
">
{url && this.props.showBody ? (
<a
className={