From 9497a598bbff935f60a804bcefdfea517891d7d7 Mon Sep 17 00:00:00 2001 From: Christian Wiwie Date: Tue, 17 Mar 2020 22:34:34 +0100 Subject: [PATCH] #8374: Removed wrapper from css --- showmore_dyn/showmore_dyn.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/showmore_dyn/showmore_dyn.css b/showmore_dyn/showmore_dyn.css index 3e41fd3d..93cc87a5 100644 --- a/showmore_dyn/showmore_dyn.css +++ b/showmore_dyn/showmore_dyn.css @@ -35,9 +35,3 @@ position: relative; width: 100%; } - -.wall-item-body-wrapper { - position: relative; - width: 100%; - display: inline-block; -}