mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
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:
parent
d7c3ff3e9d
commit
0a62d711f2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user