From 14abd202f9c127ccc3663c84fd2e154967d9dfdb Mon Sep 17 00:00:00 2001 From: Ivan Kljun Date: Tue, 25 Jul 2023 11:49:36 +0200 Subject: [PATCH] Unify password dots display across browsers [SCI-8721] --- .../stylesheets/shared_styles/elements/input_fields.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/shared_styles/elements/input_fields.scss b/app/assets/stylesheets/shared_styles/elements/input_fields.scss index 4de357e72..501b98d32 100644 --- a/app/assets/stylesheets/shared_styles/elements/input_fields.scss +++ b/app/assets/stylesheets/shared_styles/elements/input_fields.scss @@ -37,6 +37,11 @@ } } + input.sci-input-field[type=password] { + font-family: Arial; + letter-spacing: .075em; + } + .sn-icon { position: absolute; text-align: center;