From 2c2226dfd67719e574f19cafd7e77847c9745b5b Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 4 Jan 2021 19:51:30 +0100 Subject: [PATCH] Slightly increase max attribute value width (#8085) --- src/components/ha-attributes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-attributes.ts b/src/components/ha-attributes.ts index 593d1bcb0e..a851f4bc47 100644 --- a/src/components/ha-attributes.ts +++ b/src/components/ha-attributes.ts @@ -63,7 +63,7 @@ class HaAttributes extends LitElement { justify-content: space-between; } .data-entry .value { - max-width: 50%; + max-width: 60%; overflow-wrap: break-word; text-align: right; }