mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Force ltr again in info panel (#3494)
This commit is contained in:
parent
46f3a38b7c
commit
bcb26bd960
@ -117,9 +117,11 @@ class HaPanelDevInfo extends LitElement {
|
|||||||
</mwc-button>
|
</mwc-button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<system-health-card .hass=${this.hass}></system-health-card>
|
<div class="content">
|
||||||
<system-log-card .hass=${this.hass}></system-log-card>
|
<system-health-card .hass=${this.hass}></system-health-card>
|
||||||
<error-log-card .hass=${this.hass}></error-log-card>
|
<system-log-card .hass=${this.hass}></system-log-card>
|
||||||
|
<error-log-card .hass=${this.hass}></error-log-card>
|
||||||
|
</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -155,7 +157,6 @@ class HaPanelDevInfo extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 16px 0px 16px 0;
|
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user