Merge pull request #148 from JabSYsEmb/main

fix style issue for rtl languages
This commit is contained in:
Anthony Stirling 2023-05-14 12:12:55 +01:00 committed by GitHub
commit e4e7b8f449
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -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;

View file

@ -80,5 +80,4 @@
<div th:insert="~{fragments/footer.html :: footer}"></div>
</div>
</body>
</html>