From c03f4cd60a0d3b5753c8ce563ea73c26db60f7f0 Mon Sep 17 00:00:00 2001 From: Wagner Trezub <60133113+Wagner3UB@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:26:55 +0100 Subject: [PATCH] fix: simple card title changed from h4 to h3 (#514) * fix: simple card title changed from h4 to h3 * fix: className add * chore: release.md --- RELEASE.md | 7 +++++++ .../ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 0e1d6ee21..4915bf07e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -47,11 +47,18 @@ - Aggiunta l'icona per il formato di file CSV +## Versione X.X.X (dd/mm/yyyy) + +### Fix + +- Sistemata la gerarchia per i titoli dentro al blocco semplice + ## Versione 11.3.3 (30/01/2024) ### Migliorie - Migliorato il focus sulle immagini in edit del blocco Immagine quando queste sono allineate a sinistra o a destra. + ### Fix - Sistemato il layout del blocco elenco per i Bandi diff --git a/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx b/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx index 6d3365fb5..163a3523e 100644 --- a/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +++ b/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx @@ -57,7 +57,7 @@ const Block = ({
{inEditMode ? ( <> - +
{ setSelectedField('title'); @@ -122,7 +122,7 @@ const Block = ({ ) : ( <> - + {title}