mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 22:37:21 +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;
|
||||
}
|
||||
.manuf,
|
||||
.entity-id,
|
||||
.model {
|
||||
color: var(--secondary-text-color);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
@ -218,9 +218,11 @@ class ZHADeviceCard extends SubscribeMixin(LitElement) {
|
||||
.device .manuf {
|
||||
color: var(--secondary-text-color);
|
||||
margin-bottom: 20px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.extra-info {
|
||||
margin-top: 8px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
state-badge {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user