Closed obahareth closed 3 years ago
If we compare the original and RTL versions, the paddings/margins are gone in the RTL version, probably because Notion uses a lot of *-left and *-right, we should probably replace them with *-start and *-end.
*-left
*-right
*-start
*-end
Original Version
RTL Version
If we compare the original and RTL versions, the paddings/margins are gone in the RTL version, probably because Notion uses a lot of
*-left
and*-right
, we should probably replace them with*-start
and*-end
.