]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/post/post-listing.tsx
Fixing issue with offset post body and metadata card. Fixes #544
[lemmy-ui.git] / src / shared / components / post / post-listing.tsx
index a2b3469e18b88376ee2805924e1c75e3ed263a75..bf90cb26383208cb7fd033f37700f384cb874a3d 100644 (file)
@@ -161,7 +161,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
   body() {
     let post = this.props.post_view.post;
     return (
-      <div class="col-12 col-sm-9 offset-sm-3 card my-2 p-2">
+      <div class="col-12 card my-2 p-2">
         {this.state.viewSource ? (
           <pre>{post.body}</pre>
         ) : (