Merge branch 'Frooodle:main' into ita-translation

This commit is contained in:
Filippo Pesavento
2023-05-14 15:43:20 +02:00
committed by GitHub
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>