Version : 2026.1.2 (808b2ac23d)
Problèmes :
- Problème d’affichage du style de configuration
- Le multilingue n’est pas rendu
/admin/api/web_hooks/new
Le problème persiste en mode sécurisé.
/admin/api/web_hooks/new?safe_mode=no_themes%2Cno_plugins
Version : 2026.1.2 (808b2ac23d)
Problèmes :
/admin/api/web_hooks/new
Le problème persiste en mode sécurisé.
/admin/api/web_hooks/new?safe_mode=no_themes%2Cno_plugins
Problème causé par ce style :
/stylesheets/app/assets/stylesheets/admin/admin_config_area.scss
.admin-config-area__primary-content {
flex: 0 1 100%;
display: flex;
flex-direction: column;
gap: var(--space-4);
max-width: var(--admin-content-max-width);
}
/stylesheets/app/assets/stylesheets/admin/admin_base.scss
:root {
--admin-content-max-width: min(700px, 100%);
}