From 24f0c2f472107fe338974fcb762cab8c099ab662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Ostafin?= Date: Thu, 28 Sep 2023 16:02:50 +0200 Subject: [PATCH] IBX-6378: Create content on the fly view is not styled properly (#909) --- src/bundle/Resources/public/scss/_main-container.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bundle/Resources/public/scss/_main-container.scss b/src/bundle/Resources/public/scss/_main-container.scss index 4058e9d2b9..079ec58af8 100644 --- a/src/bundle/Resources/public/scss/_main-container.scss +++ b/src/bundle/Resources/public/scss/_main-container.scss @@ -78,6 +78,11 @@ border-bottom-right-radius: 0; } } + + &::before, + &::after { + display: none; + } } } }