diff --git a/src/assets/css/main.css b/src/assets/css/main.css index e5c163b..b999543 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -227,6 +227,10 @@ hr { text-overflow: ellipsis; } +.overflow-hidden { + overflow: hidden; +} + .text-xs-center { text-align: center; } diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index e0b484c..01a78b9 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -333,7 +333,7 @@ export class PostListing extends Component { return (