From 3ddff78d88f02e23f3cdafa51ee6119a7f2c2a96 Mon Sep 17 00:00:00 2001 From: Alec Armbruster <35377827+alectrocute@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:01:33 -0400 Subject: [PATCH] make hopefully final tweaks --- src/assets/css/main.css | 4 ++++ src/shared/components/post/post-listing.tsx | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/assets/css/main.css b/src/assets/css/main.css index e5c163b1..b999543b 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 e0b484c7..01a78b9c 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 (