mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 06:47:20 +00:00
Add word wrap to device model and manufacturer (#10941)
This commit is contained in:
parent
29819fac23
commit
1f7d4c25d4
@ -118,9 +118,9 @@ export class HaDeviceCard extends LitElement {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.manuf,
|
.manuf,
|
||||||
.entity-id,
|
|
||||||
.model {
|
.model {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
@ -218,9 +218,11 @@ class ZHADeviceCard extends SubscribeMixin(LitElement) {
|
|||||||
.device .manuf {
|
.device .manuf {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.extra-info {
|
.extra-info {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
state-badge {
|
state-badge {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user