mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
Add forced LTR for training progress
This commit is contained in:
parent
e64ccd18e1
commit
68760a48cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue