mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 14:27:20 +00:00
Logbook card: place a gap between an icon/image & a text (#13348)
This commit is contained in:
parent
8b13a9ff2e
commit
7e5cd9a1c8
@ -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);
|
||||
}
|
||||
`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user