Auto capitalize first letter of entity row name (#7962)

This commit is contained in:
Philip Allgaier 2021-01-27 12:38:39 +01:00 committed by GitHub
parent 5f003ccbe2
commit 093e23c006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;