mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
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:
parent
9449f5ad0a
commit
cae1ca52f0
@ -200,7 +200,8 @@ export class HuiGenericEntityRow extends LitElement {
|
||||
padding-inline-start: 16px;
|
||||
padding-inline-end: 8px;
|
||||
flex: 1 1 30%;
|
||||
min-height: 40px;
|
||||
}
|
||||
.info:not(:has(.secondary)) {
|
||||
line-height: 40px;
|
||||
}
|
||||
.info,
|
||||
@ -235,7 +236,6 @@ export class HuiGenericEntityRow extends LitElement {
|
||||
}
|
||||
.value {
|
||||
direction: ltr;
|
||||
min-height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user