Allow header of mfa dialog to wrap (#5478)

This commit is contained in:
Bram Kragten 2020-04-07 15:18:23 +02:00 committed by GitHub
parent 764234f744
commit e673d90b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,9 @@ class HaMfaModuleSetupFlow extends LocalizeMixin(EventsMixin(PolymerElement)) {
ha-paper-dialog {
max-width: 500px;
}
h2 {
white-space: normal;
}
ha-markdown img:first-child:last-child,
ha-markdown svg:first-child:last-child {
background-color: white;