Commit 68760a48 authored by xmodar's avatar xmodar

Add forced LTR for training progress

parent e64ccd18
...@@ -526,7 +526,7 @@ Then, you will need to add the RTL counterpart only if needed in the rtl section ...@@ -526,7 +526,7 @@ Then, you will need to add the RTL counterpart only if needed in the rtl section
:host { :host {
direction: rtl; direction: rtl;
} }
select, .file-preview, .gr-text-input, .output-html:has(.performance) { select, .file-preview, .gr-text-input, .output-html:has(.performance), #ti_progress {
direction: ltr; direction: ltr;
} }
#script_list > label > select, #script_list > label > select,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment