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

View file

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