From: Jay Sitter <jay@jaysitter.com>
Date: Mon, 3 Jul 2023 21:13:33 +0000 (-0400)
Subject: Merge remote-tracking branch 'lemmy/main' into fix/fix-long-words-in-titles-overflow
X-Git-Url: http://these/git/%7B%60%24%7BarchiveTodayUrl%7D/%24%7B%60data:application/static/git-favicon.png?a=commitdiff_plain;h=976812a44665e6a1f7fbf75d94c3383d820c1294;p=lemmy-ui.git

Merge remote-tracking branch 'lemmy/main' into fix/fix-long-words-in-titles-overflow

* lemmy/main:
  v0.18.1-rc.9
  fix: Fix comment collapse and vote buttons not having focus style (#1789)
  Add missing modlog reasons (#1787)
  Fix search page breaking on initial load when logged in (#1781)
  feat: Add PR template (#1785)
  v0.18.1-rc.8
  Fix profile loading spinner
  fix: Move getRoleLabelPill to the only component that uses it
  fix: Remove unused hasBadges() function
  fix: Fix badge alignment and break out into component
  fix: Fix up filter row gaps and margins a little
  fix: Fix heading levels
  fix: Simplify row classes a bit
  fix: Fix some gaps in search filters
  fix: Fix row gap on search options
  fix: Add bottom margin to inbox controls
  fix: Small cleanup to search/inbox controls
---

976812a44665e6a1f7fbf75d94c3383d820c1294
diff --cc src/shared/components/post/post-listing.tsx
index 9bb416a,84851de..5dcff2f
--- a/src/shared/components/post/post-listing.tsx
+++ b/src/shared/components/post/post-listing.tsx
@@@ -477,8 -465,8 +465,8 @@@ export class PostListing extends Compon
  
      return (
        <>
 -        <div className="post-title overflow-hidden">
 -          <h1 className="h5 d-inline">
 +        <div className="post-title">
-           <h5 className="d-inline text-break">
++          <h1 className="h5 d-inline text-break">
              {url && this.props.showBody ? (
                <a
                  className={