diff --git a/client/res/templates/login.tpl b/client/res/templates/login.tpl index 49fd02fbc5..b581e9608c 100644 --- a/client/res/templates/login.tpl +++ b/client/res/templates/login.tpl @@ -6,7 +6,7 @@ -
+
{{#if hasSignIn}} diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index fcacc57480..72dc369330 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -800,8 +800,11 @@ div.list-kanban > div > table { user-select: none; } - .fallback-shown .cell[data-name="sign-in"] { - margin-bottom: 12px; + .fallback-shown, + .another-user { + .cell[data-name="sign-in"] { + margin-bottom: 12px; + } } }