mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
fix: spacing issue in RTL layout (#48824)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user