From d83602136fa6800758184e1b6b403f363062654b Mon Sep 17 00:00:00 2001 From: sabrina-bongiovanni <116291154+sabrina-bongiovanni@users.noreply.github.com> Date: Fri, 29 Dec 2023 16:17:47 +0100 Subject: [PATCH] fix: changed max width of card-body to fit image (#453) * fix: changed max width of card-body to fit image * Update RELEASE.md --------- Co-authored-by: Piero Nicolli --- RELEASE.md | 6 ++++++ src/theme/bootstrap-override/bootstrap-italia/_card.scss | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index fe86987fe..b78efd653 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,6 +41,12 @@ - ... --> +## Versione X.X.X (dd/mm/yyyy) + +### Fix + +- Risolto il problema di layout nelle card che indicano dei luoghi. + ## Versione 11.1.1 (22/12/2023) ### Fix diff --git a/src/theme/bootstrap-override/bootstrap-italia/_card.scss b/src/theme/bootstrap-override/bootstrap-italia/_card.scss index ad1fbc3e4..3d6bd113a 100644 --- a/src/theme/bootstrap-override/bootstrap-italia/_card.scss +++ b/src/theme/bootstrap-override/bootstrap-italia/_card.scss @@ -6,7 +6,7 @@ } .icon + .card-body { - max-width: calc(100% - 32px - 1em); + max-width: calc(100% - 112px - 1em); } } //Landscape