Fix RTL issue

This commit is contained in:
Raphael Michel
2020-07-27 16:24:16 +02:00
parent 0913f5bc18
commit ff066898d4
3 changed files with 9 additions and 0 deletions

View File

@@ -35,3 +35,10 @@ html.rtl {
}
}
}
@media (max-width: 700px) {
html.rtl {
#loadingmodal .modal-card .modal-card-content, #ajaxerr .modal-card .modal-card-content {
margin-right: 0;
}
}
}