diff --git a/core/client/app/styles/layouts/auth.css b/core/client/app/styles/layouts/auth.css index 8736cc9b8c..dbd85ba0e1 100644 --- a/core/client/app/styles/layouts/auth.css +++ b/core/client/app/styles/layouts/auth.css @@ -33,13 +33,16 @@ .forgotten-wrap .forgotten-link { position: absolute; top: 10px; - right: 0; + right: 1px; bottom: 10px; - padding: 0 12px; + padding: 0 11px 0 12px; border-left: #dae1e3 1px solid; + background: #fff; border-radius: 0; text-transform: none; letter-spacing: 0; + /* Needs white BG to hide browser-extension password tools like + lastpass and safari-password manager */ } .forgotten-link:hover {