Fixes #3925, Closes #3987 - KB RTL text direction has wrong spacing between some elements.

This commit is contained in:
rotimiazeez 2022-03-10 13:34:10 +01:00 committed by Dominik Klein
parent 6a6166f9a5
commit 4fe37d7193

View file

@ -463,7 +463,7 @@ b {
ul,
ol {
@include bidi-style(padding-left, 1.5em, padding-right, 0);
@include bidi-style(padding-left, 0, padding-right, 0);
@include phone {
@include bidi-style(padding-left, 0, padding-right, 0);
}
@ -718,7 +718,7 @@ b {
}
a {
padding-bottom: 82%;
padding-bottom: 78%;
position: relative;
line-height: 1.3;