diff --git a/src/main/resources/static/css/general.css b/src/main/resources/static/css/general.css index 90d08d12..2d53c5cc 100644 --- a/src/main/resources/static/css/general.css +++ b/src/main/resources/static/css/general.css @@ -51,6 +51,14 @@ html[lang-direction=rtl] * { border-bottom-left-radius: 0.25rem !important; } +html[lang-direction="rtl"] input.form-check-input { + position: relative; + margin-left: 0px; +} +html[lang-direction="rtl"] label.form-check-label { + display: inline; +} + .margin-auto-parent { width: 100%; display: flex; diff --git a/src/main/resources/templates/other/ocr-pdf.html b/src/main/resources/templates/other/ocr-pdf.html index d9c400bb..0dfca950 100644 --- a/src/main/resources/templates/other/ocr-pdf.html +++ b/src/main/resources/templates/other/ocr-pdf.html @@ -80,5 +80,4 @@
- \ No newline at end of file