diff --git a/src/panels/profile/dialog-ha-mfa-module-setup-flow.ts b/src/panels/profile/dialog-ha-mfa-module-setup-flow.ts index 5ee69e91b0..0ca1b026e6 100644 --- a/src/panels/profile/dialog-ha-mfa-module-setup-flow.ts +++ b/src/panels/profile/dialog-ha-mfa-module-setup-flow.ts @@ -166,6 +166,15 @@ class HaMfaModuleSetupFlow extends LitElement { ha-markdown a { color: var(--primary-color); } + ha-markdown-element p { + text-align: center; + } + ha-markdown-element code { + background-color: transparent; + } + ha-markdown-element > *:last-child { + margin-bottom: revert; + } .init-spinner { padding: 10px 100px 34px; text-align: center;