mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Auto capitalize first letter of entity row name (#7962)
This commit is contained in:
parent
5f003ccbe2
commit
093e23c006
@ -173,6 +173,9 @@ class HuiGenericEntityRow extends LitElement {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.info::first-letter {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.flex ::slotted(*) {
|
||||
margin-left: 8px;
|
||||
min-width: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user