Skip to content

Commit 68760a4

Browse files
committed
Add forced LTR for training progress
1 parent e64ccd1 commit 68760a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Then, you will need to add the RTL counterpart only if needed in the rtl section
526526
:host {
527527
direction: rtl;
528528
}
529-
select, .file-preview, .gr-text-input, .output-html:has(.performance) {
529+
select, .file-preview, .gr-text-input, .output-html:has(.performance), #ti_progress {
530530
direction: ltr;
531531
}
532532
#script_list > label > select,

0 commit comments

Comments
 (0)