diff --git a/RELEASE.md b/RELEASE.md index 79e636ac1..2434a01f7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -45,6 +45,9 @@ ### Fix +- Risolto un problema di visualizzazione degli argomenti indicati come altri argomenti nel blocco Argomenti quando il loro numero รจ esiguo +- Sistemato il layout e la visualizzazione della vista del CT Cartella Modulistica per gestire al meglio gli elementi + titolo, titolo del modulo e link al download in caso di testi lunghi, specialmente su mobile - Colore di sfondo per il blocco icone impostato sul colore primario. Sistemato il contrasto tra descrizione e lo sfondo ## Versione 11.3.2 (19/01/2023) 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) => ( diff --git a/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss b/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss index d5d810d9a..85ab209ad 100644 --- a/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +++ b/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss @@ -48,7 +48,9 @@ $docs-section-margin: 3em; justify-content: space-between; padding: 0.4em 0; gap: 4rem; - + .title { + flex: 1; + } .title-wrap { flex: 1; @@ -182,6 +184,14 @@ $docs-section-margin: 3em; .documents-section, .document-row-section { .doc-row { + .doc:not(.modulo) { + flex-direction: column; + align-items: flex-start; + justify-content: center; + .downloads { + width: 100%; + } + } .doc { flex-wrap: wrap; align-items: center; @@ -211,6 +221,7 @@ $docs-section-margin: 3em; &.modulo { justify-content: space-between; + flex-wrap: nowrap; .title, .downloads {