mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-15 07:03:06 +03:00
Add forced LTR for training progress
This commit is contained in:
parent
e64ccd18e1
commit
68760a48cb
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user