[DE PE SSE] Fix styles for rtl

This commit is contained in:
JuliaSvinareva 2023-01-10 16:43:37 +03:00
parent c57e21b0dc
commit a3ef2dbf6a

View file

@ -33,7 +33,9 @@
height:20px; height:20px;
background-color: transparent; background-color: transparent;
image-rendering: pixelated; image-rendering: pixelated;
float: left; .rtl & {
float: left;
}
} }
} }