Allow the ZHA serial port path to wrap if it is too long (#16806)

Allow the serial port path to wrap if it is too long
This commit is contained in:
puddly 2023-06-07 05:34:17 -04:00 committed by GitHub
parent d7c3ff3e9d
commit 0a62d711f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,11 +375,6 @@ class ZHAConfigDashboard extends LitElement {
max-width: 500px;
}
.network-settings > div {
word-break: break-all;
margin-top: 2px;
}
.network-settings ha-settings-row {
padding-left: 0;
padding-right: 0;
@ -387,6 +382,13 @@ class ZHAConfigDashboard extends LitElement {
--paper-item-body-two-line-min-height: 55px;
}
.network-settings ha-settings-row span[slot="heading"] {
white-space: normal;
word-break: break-all;
text-indent: -1em;
padding-left: 1em;
}
.network-settings ha-settings-row ha-icon-button {
margin-top: -16px;
margin-bottom: -16px;