Franco Occhi
Franco Occhi
in my case was **width: auto** on some parent wrapper
Based on @bruno-blackbird workaround, I've created another patch to avoid touch any other area. Already tested on v2.4.6 ``` diff --git a/vendor/magento/module-user/Model/Notificator.php b/vendor/magento/module-user/Model/Notificator.php index 3e36cd13..e452de3d 100644 --- a/vendor/magento/module-user/Model/Notificator.php +++ b/vendor/magento/module-user/Model/Notificator.php...
It's not working if you install the module under app/code/local folder, it's strange cause you could see the module installed but the configurations and the table is not created, only...