mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +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>
|
||||
</p>
|
||||
</div>
|
||||
<system-health-card .hass=${this.hass}></system-health-card>
|
||||
<system-log-card .hass=${this.hass}></system-log-card>
|
||||
<error-log-card .hass=${this.hass}></error-log-card>
|
||||
<div class="content">
|
||||
<system-health-card .hass=${this.hass}></system-health-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 {
|
||||
padding: 16px 0px 16px 0;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user