From aad1c800705e0e3d3bc1ad3abdc0a369bba42b3b Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Tue, 30 Jan 2024 10:25:01 +0100 Subject: [PATCH] fix: removed width style from card-body, added align-items style to overwrite listing-item style --- .../Blocks/_bandiInEvidenceTemplate.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss b/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss index 48c7c7a82..3ad3b1dea 100644 --- a/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +++ b/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss @@ -19,13 +19,15 @@ grid-row: 1; } - .card-body { - display: flex; - flex-direction: column; - justify-content: space-between; - padding: 2.5rem; - padding-bottom: 0rem; - width: 100%; + .listing-item { + align-items: normal; + .card-body { + display: flex; + flex-direction: column; + justify-content: space-between; + padding: 2.5rem; + padding-bottom: 0rem; + } } }