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

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

This reverts commit 028472fc7bd08311801c5085075a727b909563e6.

* conditional style
This commit is contained in:
ildar170975 2025-01-31 09:41:38 +03:00 committed by Bram Kragten
parent 9449f5ad0a
commit cae1ca52f0

View File

@ -200,7 +200,8 @@ export class HuiGenericEntityRow extends LitElement {
padding-inline-start: 16px; padding-inline-start: 16px;
padding-inline-end: 8px; padding-inline-end: 8px;
flex: 1 1 30%; flex: 1 1 30%;
min-height: 40px; }
.info:not(:has(.secondary)) {
line-height: 40px; line-height: 40px;
} }
.info, .info,
@ -235,7 +236,6 @@ export class HuiGenericEntityRow extends LitElement {
} }
.value { .value {
direction: ltr; direction: ltr;
min-height: 40px;
line-height: 40px; line-height: 40px;
} }
`; `;