Logbook card: place a gap between an icon/image & a text (#13348)

This commit is contained in:
ildar170975 2022-08-20 17:29:29 +03:00 committed by GitHub
parent 8b13a9ff2e
commit 7e5cd9a1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,7 +614,8 @@ class HaLogbookRenderer extends LitElement {
.narrow .icon-message state-badge {
margin-left: 0;
margin-inline-start: 0;
margin-inline-end: initial;
margin-inline-end: 8px;
margin-right: 8px;
direction: var(--direction);
}
`,