Skip to content

Commit

Permalink
Fix text alignment on mobile devices for zha-add-devices-page.ts (#19517
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
codyc1515 authored Jan 25, 2024
1 parent 1f9e919 commit 44e62fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ class ZHAAddDevicesPage extends LitElement {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.content {
display: flex;
Expand Down

0 comments on commit 44e62fb

Please sign in to comment.