mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-26 00:50:10 -05:00
7149203b79
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>