aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmodar <modar.alfadly@gmail.com>2022-10-27 17:46:00 +0300
committerxmodar <modar.alfadly@gmail.com>2022-10-27 17:46:00 +0300
commit68760a48cb537e08e58014819bb8f83dbd30e831 (patch)
treee9da97eb96d31845236026e8763ababe186796d7
parente64ccd18e111fcc284efe681a88c3ebafdd4c563 (diff)
Add forced LTR for training progress
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index c49954e0..8dd483ef 100644
--- a/style.css
+++ b/style.css
@@ -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,