Fix for "Increase generic entity row touch target" (#23953)

fix for "touch target"
This commit is contained in:
ildar170975 2025-01-30 15:26:11 +03:00 committed by GitHub
parent b056ce228b
commit 028472fc7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,9 +201,7 @@ export class HuiGenericEntityRow extends LitElement {
padding-inline-end: 8px;
flex: 1 1 30%;
min-height: 40px;
display: flex;
flex-direction: column;
justify-content: center;
line-height: 40px;
}
.info,
.info > * {
@ -238,8 +236,7 @@ export class HuiGenericEntityRow extends LitElement {
.value {
direction: ltr;
min-height: 40px;
display: flex;
align-items: center;
line-height: 40px;
}
`;
}