mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00: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 {
|
||||
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;
|
||||
}
|
||||
#script_list > label > select,
|
||||
|
Loading…
Reference in New Issue
Block a user