Fix for RTL languages in logs (#22727)

Fix for RTL Languages (log)
pull/22731/head
tzagim 2024-11-08 10:16:42 +02:00 committed by GitHub
parent 9f55ef811d
commit f396be2ed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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