]> Untitled Git - lemmy-ui.git/commitdiff
fix: Remove unnecessary class
authorJay Sitter <jay@jaysitter.com>
Sun, 25 Jun 2023 22:18:47 +0000 (18:18 -0400)
committerJay Sitter <jay@jaysitter.com>
Mon, 26 Jun 2023 22:30:31 +0000 (18:30 -0400)
src/shared/components/post/post-listing.tsx

index c00c336491918909b06c38f32bc6064af2859155..f23ff900ae108b8c1f5ec2664251a174d44f1df0 100644 (file)
@@ -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_ &&