Add forced LTR for training progress

This commit is contained in:
xmodar 2022-10-27 17:46:00 +03:00
parent e64ccd18e1
commit 68760a48cb

View File

@ -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,