From 70040e186e454499302a85d3ae0e4789866b030c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 28 Feb 2020 13:03:16 -0500 Subject: [PATCH] Adding thumbnail class. --- ui/src/components/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 3e6e17eb..a7702158 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -286,7 +286,7 @@ export class PostListing extends Component { class="img-fluid img-expanded" data={this.state.thumbnail} > - + -- 2.44.1