X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a328ec84a2bc19af6d6fd36b57bbbc7fc59bde9e..b45bce337023350531e034dc40e729d76d2e150f:/app/assets/stylesheets/common.scss 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 {