mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 22:06:34 +00:00
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:
parent
1f9e919762
commit
44e62fbb04
@ -218,6 +218,7 @@ class ZHAAddDevicesPage extends LitElement {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
.content {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user