mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
.info::first-letter {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
.flex ::slotted(*) {
|
.flex ::slotted(*) {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user