Fix for "Increase generic entity row touch target (4): iOS troubles (#24224)

restoring pre-2025.2 height
This commit is contained in:
ildar170975 2025-02-14 11:45:56 +03:00 committed by GitHub
parent 65b6a3c6a3
commit d8e36894a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,8 +200,6 @@ export class HuiGenericEntityRow extends LitElement {
padding-inline-start: 16px;
padding-inline-end: 8px;
flex: 1 1 30%;
min-height: 40px;
align-content: center;
}
.info,
.info > * {
@ -235,8 +233,6 @@ export class HuiGenericEntityRow extends LitElement {
}
.value {
direction: ltr;
min-height: 40px;
align-content: center;
}
`;
}