From f64139af6a2d7026977a0be8d6e8a57d0d7cc175 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Mon, 5 Feb 2024 12:10:47 +0100 Subject: [PATCH] fix: callout edit title styles --- src/theme/ItaliaTheme/Blocks/_callout.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/theme/ItaliaTheme/Blocks/_callout.scss b/src/theme/ItaliaTheme/Blocks/_callout.scss index e6b470853..717af7d83 100644 --- a/src/theme/ItaliaTheme/Blocks/_callout.scss +++ b/src/theme/ItaliaTheme/Blocks/_callout.scss @@ -10,8 +10,13 @@ body.cms-ui { flex: 1 0 100%; } - .text:after { - z-index: -1; + .text { + padding-right: calc(10px + 0.7rem); + background-color: #fff; + + &:after { + z-index: -1; + } } }