Add disabled info to subtitle, fixed disabled overflow (#27128)

This commit is contained in:
Wendelin
2025-09-22 13:33:14 +02:00
committed by GitHub
parent b08ea36a1e
commit 41bf935f6e
4 changed files with 43 additions and 26 deletions

View File

@@ -144,9 +144,6 @@ export default class HaAutomationTriggerEditor extends LitElement {
pointer-events: none;
}
.card-content {
padding: 16px;
}
.card-content.yaml {
padding: 0 1px;
border-top: 1px solid var(--divider-color);