Files
keycloak/themes
Geremia Taglialatela 7149203b79 Wrap form buttons in kcFormButtonsClass div
Previously, the buttons in `login-config-totp.ftl` were not enclosed
in a `<div>` with the `${properties.kcFormButtonsClass!}` class.

This resulted in inconsistent margins and alignment compared to other
base theme templates, especially affecting button groups.

Update the markup to wrap the buttons in a `kc-form-buttons` div
with the appropriate class. This aligns the template with the styling
standards used elsewhere and ensures margin consistency across the UI.

Related to: #45164

Signed-off-by: Geremia Taglialatela <tagliala.dev@gmail.com>
2026-01-22 16:28:55 +01:00
..