From 8e326f5bcfb991447e34a3a7e3029e2b13bc2245 Mon Sep 17 00:00:00 2001 From: Chuck Date: Fri, 11 Aug 2023 15:39:39 -0700 Subject: [PATCH] Remove popover bio from the breakout section, it's already covered --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 9c80c151a..830cbab2f 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -213,7 +213,7 @@ /* do not remove - fixes hand, talking, marsey-love components from breaking out of the comment box */ -.comment-text a > img, img[data-user-submitted], .preview > img, .popover-bio { +.comment-text a > img, img[data-user-submitted], .preview > img { position: relative !important; max-height: 150px !important; margin: 0 !important;