Merge pull request #1771 from jsit/fix/fix-long-words-in-titles-overflow

fix: Break text on post titles so long words don't overflow
This commit is contained in:
SleeplessOne1917 2023-07-03 21:30:32 +00:00 committed by GitHub
commit 8730f157da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -465,8 +465,8 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
return (
<>
<div className="post-title overflow-hidden">
<h1 className="h5 d-inline">
<div className="post-title">
<h1 className="h5 d-inline text-break">
{url && this.props.showBody ? (
<a
className={