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