From: Tom Hughes Date: Thu, 16 Nov 2023 22:52:30 +0000 (+0000) Subject: Fix positioning of placeholder text in RTL mode X-Git-Tag: live~1257^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/b45bce337023350531e034dc40e729d76d2e150f Fix positioning of placeholder text in RTL mode Fixes #3910 --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index fe78a45ab..6236d3c3d 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -729,6 +729,12 @@ tr.turn:hover { } } +/* Force LTR/RTL alignment for placeholder text */ + +.form-control::placeholder { + text-align: left; +} + /* Rules for export sidebar */ .export_form {