fix: spacing issue in RTL layout (#48824)

This commit is contained in:
Muhammed Mustafa
2023-01-02 19:38:28 +02:00
committed by GitHub
parent 17b880020d
commit 1d3786f653
2 changed files with 6 additions and 1 deletions

View File

@@ -83,7 +83,6 @@
justify-content: flex-end;
width: 100vw;
height: auto;
margin: 0 0 0 -12px;
padding: 0;
list-style: none;
max-width: 15rem;

View File

@@ -207,3 +207,9 @@ sections that need to stay left to right
[dir='rtl'] [name='payment-method'] {
font-family: 'NotoSansArabic';
}
@media (min-width: 980px) {
[dir='rtl'] .donate-page-wrapper > .row {
display: flex;
}
}