Fix text alignment on mobile devices for zha-add-devices-page.ts (#19517)

discovery_text ("Make sure your devices are in pairing mode. Check the instructions of your device on how to do this.") is showing left aligned on mobile, which is inconsistent with the discovered_text ("Devices will show up here once discovered.") underneath.
This commit is contained in:
Cody C 2024-01-26 06:23:23 +13:00 committed by GitHub
parent 1f9e919762
commit 44e62fbb04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,6 +218,7 @@ class ZHAAddDevicesPage extends LitElement {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.content {
display: flex;