From: Anton Khorev Date: Mon, 8 Apr 2024 16:30:01 +0000 (+0300) Subject: Ignore rtl on float properties of export inputs X-Git-Tag: live~205^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/fa8151c2ec262265cb8bf462c283a1ededa5894e Ignore rtl on float properties of export inputs --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 7edc0cf9f..6cbc55d7e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -697,10 +697,10 @@ tr.turn:hover { margin: -1px; } #minlon { - float: left; + /*rtl:ignore*/ float: left; } #maxlon { - float: right; + /*rtl:ignore*/ float: right; } } }