Fix for RTL languages in logs (#22727)

Fix for RTL Languages (log)
This commit is contained in:
tzagim
2024-11-08 10:16:42 +02:00
committed by GitHub
parent 9f55ef811d
commit f396be2ed7

View File

@@ -768,8 +768,8 @@ class ErrorLogCard extends LitElement {
overflow-y: scroll;
min-height: var(--error-log-card-height, calc(100vh - 240px));
max-height: var(--error-log-card-height, calc(100vh - 240px));
border-top: 1px solid var(--divider-color);
direction: ltr;
}
@media all and (max-width: 870px) {