diff --git a/RELEASE.md b/RELEASE.md index d7352a77a..000413bb8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -39,7 +39,13 @@ ### Fix - ... ---> + --> + +## Versione X.X.X (dd/mm/yyyy) + +### Fix + +- Risolto un problema di visualizzazione grafica per il bottone di login all'area personale per alcune specifiche dimensioni di schermi ## Versione 11.24.3 (24/10/2024) diff --git a/src/components/ItaliaTheme/Header/HeaderSlim/LoginButton.jsx b/src/components/ItaliaTheme/Header/HeaderSlim/LoginButton.jsx index 37063faff..faf9ac8b3 100644 --- a/src/components/ItaliaTheme/Header/HeaderSlim/LoginButton.jsx +++ b/src/components/ItaliaTheme/Header/HeaderSlim/LoginButton.jsx @@ -9,7 +9,7 @@ import { Button } from 'design-react-kit'; const LoginButton = ({ children, baseLoginUrl, size = 'full' }) => { return baseLoginUrl ? (