diff --git a/RELEASE.md b/RELEASE.md index c63ef5003..1b8403e0e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,6 +41,12 @@ - ... --> +## Versione X.X.X (dd/mm/yyyy) + +### Fix + +- Diminuita la larghezza del testo nelle card che indicano i luoghi. + ## Versione 11.1.4 (dd/mm/yyyy) ### Fix diff --git a/src/theme/ItaliaTheme/Components/_card.scss b/src/theme/ItaliaTheme/Components/_card.scss index 9656bb18a..5ae2e71ec 100644 --- a/src/theme/ItaliaTheme/Components/_card.scss +++ b/src/theme/ItaliaTheme/Components/_card.scss @@ -60,7 +60,7 @@ } &.card-teaser .card-body { - flex: 1 0 75%; + flex: 1 0 74%; } }