diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d087d1419..bef74999f 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -464,22 +464,29 @@ export class PostListing extends Component {
  • {this.state.upvotes !== this.state.score && ( <> -
  • - - - - - {this.state.upvotes} - -
  • -
  • - - - - - {this.state.downvotes} - -
  • + +
  • + + + + + {this.state.upvotes} + +
  • +
  • + + + + + {this.state.downvotes} + +
  • +
  • )}