Merge pull request #148 from JabSYsEmb/main
fix style issue for rtl languages
This commit is contained in:
commit
e4e7b8f449
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -80,5 +80,4 @@
|
|||
<div th:insert="~{fragments/footer.html :: footer}"></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue