mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Consistent blank before "%" (#8366)
This commit is contained in:
@@ -129,7 +129,7 @@ class HuiGenericEntityRow extends LitElement {
|
||||
stateObj.attributes.brightness
|
||||
? html`${Math.round(
|
||||
(stateObj.attributes.brightness / 255) * 100
|
||||
)}%`
|
||||
)} %`
|
||||
: "")}
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user