From a9120e80f92fe2595fd4889d70d432c73a53be95 Mon Sep 17 00:00:00 2001 From: Sabrina Bongiovanni Date: Mon, 8 Jan 2024 14:13:56 +0100 Subject: [PATCH] fix: lowered flex basis of card-body in LocationItem cards --- RELEASE.md | 6 ++++++ src/theme/ItaliaTheme/Components/_card.scss | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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%; } }