mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +00:00
Slightly increase max attribute value width (#8085)
This commit is contained in:
parent
a3fdfe0e15
commit
2c2226dfd6
@ -63,7 +63,7 @@ class HaAttributes extends LitElement {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.data-entry .value {
|
.data-entry .value {
|
||||||
max-width: 50%;
|
max-width: 60%;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user