diff --git a/RELEASE.md b/RELEASE.md index 2002f3d4b..c4661ced3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,6 +41,12 @@ - ... --> +## Versione X.X.X (dd/mm/yyyy) + +### Fix + +- Risolto un problema di visualizzazione degli argomenti indicati come altri argomenti nel blocco Argomenti quando il loro numero รจ esiguo + ## Versione 11.3.2 (19/01/2023) ### Fix diff --git a/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/BottomBody.jsx b/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/BottomBody.jsx index 3e9dc4e5c..cfad9c071 100644 --- a/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/BottomBody.jsx +++ b/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/BottomBody.jsx @@ -17,13 +17,13 @@ const messages = defineMessages({ const BottomBody = ({ data, intl }) => { return data?.arguments?.length > 0 ? ( -
-
+
+
{intl?.formatMessage(messages.otherArguments)}
-
+
{data?.arguments?.map((argument, index) => (