From: Jay Sitter <jay@jaysitter.com>
Date: Sun, 25 Jun 2023 22:18:47 +0000 (-0400)
Subject: fix: Remove unnecessary class
X-Git-Url: http://these/git/%22https:/image.com/%22%7B%7D/static/%24%7Bargs.thread.url%7D?a=commitdiff_plain;h=04770d7ef839431e523fb3a4d100197fb0ca33da;p=lemmy-ui.git

fix: Remove unnecessary class
---

diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx
index c00c336..f23ff90 100644
--- a/src/shared/components/post/post-listing.tsx
+++ b/src/shared/components/post/post-listing.tsx
@@ -1127,7 +1127,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
     const post_view = this.postView;
     return (
       this.state.showAdvanced && (
-        <div className="mt-3 user-actions-line">
+        <div className="mt-3">
           {this.canMod_ && (
             <>
               {!this.creatorIsMod_ &&