Probleme mit dem Styling der Webhook-Seite hinzugefügt

Version: 2026.1.2 (808b2ac23d)

Probleme:

  1. Problem bei der Anzeige des Konfigurationsstils
  2. Mehrsprachigkeit wird nicht gerendert

/admin/api/web_hooks/new

Das Problem besteht auch im Sicherheitsmodus.

/admin/api/web_hooks/new?safe_mode=no_themes%2Cno_plugins

Das durch diesen Stil verursachte Problem:

/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%);
}